Problem gotoschool
User jiazethesigma
Submission Time 2025-12-07 14:55:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:8:2: error: expected initializer before ‘for’
8 | for(int i=n-1;i>=0;i--)
| ^~~
gotoschool.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for(int i=n-1;i>=0;i--)
| ^
gotoschool.cpp:15:9: error: ‘a’ was not declared in this scope
15 | cout<<a[i];
| ^