| Problem | gotoschool | 
|---|---|
| User | rhea61 | 
| Submission Time | 2023-11-08 15:21:27 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 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+) {
      |                         ^