Problem gotoschool
User Maggie
Submission Time 2023-11-08 14:25:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:6:10: error: expected ‘;’ before ‘for’
6 | cin >> n
| ^
| ;
7 | for (int i=1; i<=n; i++) {
| ~~~
gotoschool.cpp:7:17: error: ‘i’ was not declared in this scope
7 | for (int i=1; i<=n; i++) {
| ^
gotoschool.cpp:12:14: error: ‘A’ cannot be used as a function
12 | cout << A(i) << " ";
| ^