Problem choochoo
User Curiocodeexplorer
Submission Time 2023-11-15 09:05:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:13:13: error: expected ‘)’ before ‘!’ token
13 | if (a! = "chugga"){
| ~ ^
| )
choochoo.cpp:13:12: error: could not convert ‘a’ from ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘bool’
13 | if (a! = "chugga"){
| ^
| |
| std::string {aka std::__cxx11::basic_string<char>}