Problem gotoschool
User Ush
Submission Time 2023-11-08 11:53:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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
| ^