Problem ultimateifelse
User YTj
Submission Time 2023-07-13 12:59:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp:9:15: error: stray ‘\342’ in program
9 | else if (s== ”hello”) cout << ”world”;
| ^
ultimateifelse.cpp:9:16: error: stray ‘\200’ in program
9 | else if (s== ”hello”) cout << ”world”;
| ^
ultimateifelse.cpp:9:17: error: stray ‘\235’ in program
9 | else if (s== ”hello”) cout << ”world”;
| ^
ultimateifelse.cpp:9:23: error: stray ‘\342’ in program
9 | else if (s== ”hello”) cout << ”world”;
| ^
ultimateifelse.cpp:9:24: error: stray ‘\200’ in program
9 | else if (s== ”hello”) cout << ”world”;
| ^
ultimateifelse.cpp:9:25: error: stray ‘\235’ in program
9 | else if (s== ”hello”) cout << ”world”;
| ^
ultimateifelse.cpp:9:36: error: stray ‘\342’ in program
9 | else if (s== ”hello”) cout << ”world”;