Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishruth-S/CompetitiveCode
/ main
Function
main
CodeChef_problems/CHFICRM/Solution.cpp:68–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
int main()
69
{
70
sync;
71
int testCases;
72
cin >> testCases;
73
while (testCases--)
74
{
75
bool ans = solve();
76
if (ans)
77
cout <<
"YES\n"
;
78
else
79
{
80
cout <<
"NO\n"
;
81
}
82
}
83
84
return 0;
85
}
Callers
nothing calls this directly
Calls
1
solve
Function · 0.70
Tested by
no test coverage detected