Problem gotoschool
User KingKav199
Submission Time 2023-11-08 14:00:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:12:12: error: a function-definition is not allowed here before ‘{’ token
12 | int main(){
| ^
gotoschool.cpp:19:7: error: ‘i’ was not declared in this scope
19 | FORN(i,1,n) cout << A[i] << ' ';
| ^
gotoschool.cpp:19:11: error: ‘n’ was not declared in this scope
19 | FORN(i,1,n) cout << A[i] << ' ';
| ^
gotoschool.cpp:19:2: error: ‘FORN’ was not declared in this scope
19 | FORN(i,1,n) cout << A[i] << ' ';
| ^~~~