Problem gotoschool
User Sirum1008
Submission Time 2023-11-09 13:44:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:10:10: error: ‘A’ cannot be used as a function
10 | A(x)=i;
| ^
gotoschool.cpp:13:18: error: invalid types ‘int[int]’ for array subscript
13 | cout << A[i] << " ";
| ^
gotoschool.cpp: At global scope:
gotoschool.cpp:16:3: error: expected unqualified-id before ‘return’
16 | return 0;
| ^~~~~~
gotoschool.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^