Problem gotoschool
User XY3491
Submission Time 2026-02-14 11:23:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:7:8: error: ‘i’ was not declared in this scope
7 | int a[i];
| ^
gotoschool.cpp:10:8: error: ‘a’ was not declared in this scope
10 | cin>>a[i];
| ^
gotoschool.cpp:17:4: error: ‘count’ was not declared in this scope
17 | count=0;
| ^~~~~
gotoschool.cpp:18:7: error: ‘a’ was not declared in this scope
18 | if(a[i]==1)
| ^