Problem gotoschool
User Sirui
Submission Time 2025-08-22 17:06:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:17:19: error: expected ‘;’ before ‘<’ token
17 | for (int i = 0, i < n; i++)m {
| ^~
| ;
gotoschool.cpp:17:20: error: expected primary-expression before ‘<’ token
17 | for (int i = 0, i < n; i++)m {
| ^
gotoschool.cpp:17:30: error: ‘m’ was not declared in this scope
17 | for (int i = 0, i < n; i++)m {
| ^