Problem teams
User reporter
Submission Time 2023-04-15 23:11:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

teams.cpp: In function ‘void init(int, int*, int*)’:
teams.cpp:54:16: error: ‘quit’ was not declared in this scope
54 | if (N <= 100) quit(3);
| ^~~~
teams.cpp:55:19: error: ‘quit’ was not declared in this scope
55 | if (N <= 100000) quit(5);
| ^~~~