Problem | gotoschool |
---|---|
User | siqideng09 |
Submission Time | 2023-11-15 11:44:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:18:16: error: expected ‘;’ before ‘for’
18 | cout << arr[0]
| ^
| ;
19 | for (long long i = 1; i < N; i++) {
| ~~~
gotoschool.cpp:19:24: error: ‘i’ was not declared in this scope
19 | for (long long i = 1; i < N; i++) {
| ^