Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ prod
Function
prod
Codeforces_problems/Kevin and Grid/solution.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
}
87
void prod(vector<cd> &a, vector<cd> &b, vector<cd> &c){
88
for(int i=0;i<a.size();i++){
89
c[i]=a[i]*b[i];
90
}
91
}
92
93
int main(){
94
long long int n,m,q;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected