Problem competition
User haydendoo
Submission Time 2023-01-01 03:07:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:40:1: error: expected ‘}’ at end of input
40 | }
| ^
competition.cpp:30:31: note: to match this ‘{’
30 | for (int i = 0; i < n; i++) {
| ^
competition.cpp:40:1: error: expected ‘}’ at end of input
40 | }
| ^
competition.cpp:20:12: note: to match this ‘{’
20 | int main() {
| ^