Problem | gotoschool |
---|---|
User | annan |
Submission Time | 2023-11-09 14:46:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:7:5: error: expected initializer before ‘cin’
7 | cin >> N
| ^~~
gotoschool.cpp:8:21: error: ‘i’ was not declared in this scope
8 | for (int i = 1; i < N; ++i) {
| ^
gotoschool.cpp:8:25: error: ‘N’ was not declared in this scope
8 | for (int i = 1; i < N; ++i) {
| ^