Problem gotoschool
User Ush
Submission Time 2023-11-08 13:12:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int32_t main()’:
gotoschool.cpp:23:26: error: expected ‘}’ at end of input
23 | cout << arr[i] << " ";
| ^
gotoschool.cpp:22:29: note: to match this ‘{’
22 | for (int i = 0; i < n; i++) {
| ^
gotoschool.cpp:23:26: error: expected ‘}’ at end of input
23 | cout << arr[i] << " ";
| ^
gotoschool.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^