Problem | choochoo |
---|---|
User | cjcube |
Submission Time | 2023-11-25 15:15:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘for’
7 | for (int i = 0; i < n; i++) {
| ^~~
choochoo.cpp:7:18: error: ‘i’ was not declared in this scope
7 | for (int i = 0; i < n; i++) {
| ^