File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 44
55---
66
7+ ### What we need to know before starting?
8+
9+ - ** Generator** : Program to generate testcases for your problem and test participants solutions.
10+ - ** Validator** : Program to check all testcases is generated in correctly range from constraints.
11+ - ** Checker** : Program to check all participants solution is correctly or not.
12+ - ** Solutions** : We mean here Judge solution and main solution should be 100% correctly to be compared with another solution results.
13+ - ** Polygon-Codeforces Library** : You should install it [ testlib.h] ( https://github.com/MikeMirzayanov/testlib ) .
14+ - ** Polygon-Codeforces Library Tutorial** : Check here [ CF-testlib.h blogs] ( https://codeforces.com/testlib ) .
15+
16+ ---
17+
718## Problem Creation process
819
920[ // ] : # ( <details> )
You can’t perform that action at this time.
0 commit comments