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

Compile Error

gotoschool.cpp:13:31: error: empty character constant
13 | FORN(i, 1, n) cout << A[i] << '';
| ^~
gotoschool.cpp:6:1: error: expected initializer before ‘int’
6 | int main(){
| ^~~