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

Compile Error

ultimateifelse.cpp:10:20: error: stray ‘\342’ in program
10 | if (n== 1){cout<< ”one”;}
| ^
ultimateifelse.cpp:10:21: error: stray ‘\200’ in program
10 | if (n== 1){cout<< ”one”;}
| ^
ultimateifelse.cpp:10:22: error: stray ‘\235’ in program
10 | if (n== 1){cout<< ”one”;}
| ^
ultimateifelse.cpp:10:26: error: stray ‘\342’ in program
10 | if (n== 1){cout<< ”one”;}
| ^
ultimateifelse.cpp:10:27: error: stray ‘\200’ in program
10 | if (n== 1){cout<< ”one”;}
| ^
ultimateifelse.cpp:10:28: error: stray ‘\235’ in program
10 | if (n== 1){cout<< ”one”;}
| ^
ultimateifelse.cpp:12:11: error: stray ‘\342’ in program
12 | elif (s==”hello”){cout<< ”world”;}
| ^
ultimateifelse.cpp:12:12