Problem gotoschool
User KingKav199
Submission Time 2023-11-08 13:55:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:11:5: error: ‘FAST’ was not declared in this scope
11 | FAST
| ^~~~
gotoschool.cpp:13:7: error: ‘i’ was not declared in this scope
13 | FORN(i,1,n){
| ^
gotoschool.cpp:13:11: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
13 | FORN(i,1,n){
| ^
| yn
gotoschool.cpp:13:2: error: ‘FORN’ was not declared in this scope
13 | FORN(i,1,n){
| ^~~~