Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
CodeChef_problems/EVENM/Solution.cpp:62–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
int main()
63
{
64
sync;
65
int testCases;
66
cin >> testCases;
67
while (testCases--)
68
{
69
solve();
70
}
71
72
return 0;
73
}
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected