Problem choochoo
User benji9736
Submission Time 2025-11-19 11:12:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:7: error: ‘k’ was not declared in this scope
11 | for (k = 1; j <= a, j++){
| ^
choochoo.cpp:11:14: error: ‘j’ was not declared in this scope
11 | for (k = 1; j <= a, j++){
| ^
choochoo.cpp:11:25: error: expected ‘;’ before ‘)’ token
11 | for (k = 1; j <= a, j++){
| ^
| ;
choochoo.cpp:12:16: error: no matching function for call to ‘tolower(std::string&)’
12 | if (tolower(b) == "chugga"){
| ^
In file included from /usr/include/c++/9/cctype:42,
from /usr/include/c++/9/bits/localefwd.h:42,
from /usr/include/c++/9/ios:41,
from /usr/include/c++/9/ostream:38,
f