| Problem | choochoo |
|---|---|
| User | Cxt76 |
| Submission Time | 2024-11-08 13:02:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int32_t main()’:
choochoo.cpp:8:22: error: expected ‘;’ before ‘for’
8 | cin >> numberofwords
| ^
| ;
9 | for (i==0;i<=numberofwords;i++) {
| ~~~
choochoo.cpp:9:12: error: ‘i’ was not declared in this scope
9 | for (i==0;i<=numberofwords;i++) {
| ^