Problem eeducation
User carycaryicar
Submission Time 2023-11-15 08:26:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:11:18: error: could not convert ‘word.std::__cxx11::basic_string<char>::operator=(((const char*)"chugga"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
11 | if (word = "chugga"){
| ~~~~~^~~~~~~~~~
| |
| std::__cxx11::basic_string<char>
eeducation.cpp:15:35: error: expected ‘;’ before ‘else’
15 | if (X%2==0)cout << "CHOO choo"
| ^
| ;
16 | else cout << "choo CHOO"
| ~~~~