Problem | gotoschool |
---|---|
User | lingfei123 |
Submission Time | 2023-11-08 16:03:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:13:19: error: expected ‘}’ at end of input
13 | cout << A[i] <<" ";
| ^
gotoschool.cpp:12:25: note: to match this ‘{’
12 | for (int i=1; i<=n; i++){
| ^
gotoschool.cpp:13:19: error: expected ‘}’ at end of input
13 | cout << A[i] <<" ";
| ^
gotoschool.cpp:5:13: note: to match this ‘{’
5 | int main () {
| ^