Problem | gotoschool |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-08 11:47:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:11:19: error: expected ‘;’ before ‘return’
11 | cout << arr[0]
| ^
| ;
12 | return 0;
| ~~~~~~
gotoschool.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
gotoschool.cpp:4:15: note: to match this ‘{’
4 | int32_t main(){
| ^