| Problem | choochoo |
|---|---|
| User | benji9736 |
| Submission Time | 2025-11-19 11:14:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 1; i <= a; i++){
| ^
choochoo.cpp:11:2: error: ‘lowerb’ was not declared in this scope
11 | lowerb = toLower(b);
| ^~~~~~
choochoo.cpp:11:11: error: ‘toLower’ was not declared in this scope; did you mean ‘tolower’?
11 | lowerb = toLower(b);
| ^~~~~~~
| tolower
choochoo.cpp:12:7: error: ‘j’ was not declared in this scope
12 | for (j = 1; j <= a, j++){
| ^
choochoo.cpp:12:25: error: expected ‘;’ before ‘)’ token
12 | for (j = 1; j <= a, j++){
| ^
| ;