Problem ultimateifelse
User Ush
Submission Time 2024-12-04 16:23:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp:12:11: error: stray ‘\342’ in program
12 | elif (s==”hello”){cout<< "world";}
| ^
ultimateifelse.cpp:12:12: error: stray ‘\200’ in program
12 | elif (s==”hello”){cout<< "world";}
| ^
ultimateifelse.cpp:12:13: error: stray ‘\235’ in program
12 | elif (s==”hello”){cout<< "world";}
| ^
ultimateifelse.cpp:12:19: error: stray ‘\342’ in program
12 | elif (s==”hello”){cout<< "world";}
| ^
ultimateifelse.cpp:12:20: error: stray ‘\200’ in program
12 | elif (s==”hello”){cout<< "world";}
| ^
ultimateifelse.cpp:12:21: error: stray ‘\235’ in program
12 | elif (s==”hello”){cout<< "world";}
| ^
ultimateifelse.cpp:13:10: error: stray ‘\342’ in program
13 | elif(s==”world” && n== 3){ cout<<"andss";}
| ^
ultimateife