Problem gotoschool
User annan
Submission Time 2023-11-09 14:47:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:7:5: error: expected initializer before ‘cin’
7 | cin >> N;
| ^~~
gotoschool.cpp:8:25: error: ‘N’ was not declared in this scope
8 | for (int i = 1; i < N; ++i) {
| ^
gotoschool.cpp:9:16: error: ‘x’ was not declared in this scope
9 | cin >> x;
| ^
gotoschool.cpp:14:25: error: ‘N’ was not declared in this scope
14 | for (int i = 1; i < N; ++i) {
| ^