Problem | choochoo |
---|---|
User | Curiocodeexplorer |
Submission Time | 2023-11-15 09:03:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:10:8: error: expected ‘;’ before ‘for’
10 | j=n
| ^
| ;
11 |
12 | for (int i= 0; i<n; i++){
| ~~~
choochoo.cpp:12:20: error: ‘i’ was not declared in this scope
12 | for (int i= 0; i<n; i++){
| ^