Problem veryeasyproblem
User user8113912201514
Submission Time 2026-08-29 18:34:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:9:74: error: expected ‘;’ before ‘return’
9 | cout << "1 line, the number of contestants that should AC this problem."
| ^
| ;
10 |
11 | return 0;
| ~~~~~~