Skip to content

Commit 6267f02

Browse files
committed
edit README.md
1 parent b9447e8 commit 6267f02

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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>)

0 commit comments

Comments
 (0)