Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
CodeChef_problems/CENS20D/solution.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
void solve();
17
18
int main(){
19
cases{ //input no. of testcases
20
solve(); //run solving function for each case
21
}
22
return 0;
23
}
24
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected