Problem gotoschool
User rhea61
Submission Time 2023-11-08 15:21:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:13:22: error: ‘it’ was not declared in this scope; did you mean ‘i’?
13 | for (int i=1; i<=n; it+) {
| ^~
| i
gotoschool.cpp:13:25: error: expected primary-expression before ‘)’ token
13 | for (int i=1; i<=n; it+) {
| ^
gotoschool.cpp:18:10: error: expected ‘;’ before ‘}’ token
18 | return 0
| ^
| ;
19 |
20 | }
| ~