MCPcopy Create free account
hub / github.com/acm-clan/algorithm-stone / cmp

Function cmp

user/codeforces/1607D.Blue-Red Permutation.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6char s[200005];
7
8bool cmp(int x,int y)
9{
10 return x>y;
11}
12
13int main()
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected