Problem | choochoo |
---|---|
User | Dantheman |
Submission Time | 2024-11-22 18:41:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:19:22: error: expected initializer before ‘==’ token
19 | if (std::string el == "chugga" )
| ^~
choochoo.cpp:19:21: error: expected ‘)’ before ‘==’ token
19 | if (std::string el == "chugga" )
| ~ ^~~
| )
choochoo.cpp:19:34: error: could not convert ‘el’ from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘bool’
19 | if (std::string el == "chugga" )
| ^
| |
| std::string {aka std::__cxx11::basic_string<char>}