Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ test
Function
test
code/other/lis.test.cpp:33–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void test() {
34
check(0);
35
check(1);
36
rep(i,0,50) {
37
check(20*i+4);
38
}
39
}
40
// vim: cc=60 ts=2 sts=2 sw=2:
Callers
1
main
Function · 0.50
Calls
1
check
Function · 0.70
Tested by
no test coverage detected