Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
Codeforces_problems/New Theatre Square/solution.cpp:19–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
int main() {
20
ios_base::sync_with_stdio(0); cin.tie(NULL);
21
int n;
22
cin>>n;
23
Solve(n);
24
return 0;
25
}
Callers
nothing calls this directly
Calls
1
Solve
Function · 0.85
Tested by
no test coverage detected