MCPcopy Create free account
hub / github.com/Vishruth-S/CompetitiveCode / main

Function main

Codeforces_problems/Next Round/solution.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24int main(){
25 ios::sync_with_stdio(0);
26 cin.tie(0);
27 int count,index;
28 cin >> count >> index; // the number of contestants and the index of the contestant whose number is to be compared is taken as input here
29 solve(count,index); // then these are passed to the function solve()
30}

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected