MCPcopy 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
19int 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

SolveFunction · 0.85

Tested by

no test coverage detected