Problem | choochoo |
---|---|
User | SMJ360 |
Submission Time | 2024-06-20 10:57:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:6:14: error: invalid conversion from ‘const char*’ to ‘char’ [-fpermissive]
6 | char word = "";
| ^~
| |
| const char*
choochoo.cpp:10:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
10 | if (word == "chugga") {
| ^~~~~~~~