Problem gotoschool
User xiaotong
Submission Time 2023-11-08 11:55:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:7:1: error: ‘FAST’ was not declared in this scope
7 | FAST;
| ^~~~
gotoschool.cpp:9:6: error: ‘i’ was not declared in this scope
9 | FORN(i, 1, n){
| ^
gotoschool.cpp:9:1: error: ‘FORN’ was not declared in this scope
9 | FORN(i, 1, n){
| ^~~~