MCPcopy 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
33void 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

mainFunction · 0.50

Calls 1

checkFunction · 0.70

Tested by

no test coverage detected