Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
char s[200005];
7
8
bool cmp(int x,int y)
9
{
10
return x>y;
11
}
12
13
int main()
14
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected