Problem | choochoo |
---|---|
User | syy |
Submission Time | 2023-01-18 09:17:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
choochoo.cpp: In function ‘int main()’:
choochoo.cpp:11:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | if (n == "chugga") num++;
| ^~~~~~~~
choochoo.cpp:13:23: error: operands to ?: have different types ‘int’ and ‘const char*’
13 | cout << ("choo CHOO" ? n & 1 : "CHOO choo");
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~