Problem | gotoschool |
---|---|
User | Ush |
Submission Time | 2023-11-08 11:49:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:12:17: error: ‘i’ was not declared in this scope
12 | cout << arr[i] << " "; // outputs: 1 3 5 7
| ^