Problem | gotoschool |
---|---|
User | emyz |
Submission Time | 2023-03-28 16:59:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:8:2: error: expected initializer before ‘for’
8 | for (int i=1; i<=n; i++)
| ^~~
gotoschool.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for (int i=1; i<=n; i++)
| ^
gotoschool.cpp:14:2: error: ‘FORN’ was not declared in this scope
14 | FORN(i,1,n)
| ^~~~