Problem | ultimateifelse |
---|---|
User | YTj |
Submission Time | 2023-07-13 12:57:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp:7:21: error: stray ‘\342’ in program
7 | if(n == 1){cout << ”one”;}
| ^
ultimateifelse.cpp:7:22: error: stray ‘\200’ in program
7 | if(n == 1){cout << ”one”;}
| ^
ultimateifelse.cpp:7:23: error: stray ‘\235’ in program
7 | if(n == 1){cout << ”one”;}
| ^
ultimateifelse.cpp:7:27: error: stray ‘\342’ in program
7 | if(n == 1){cout << ”one”;}
| ^
ultimateifelse.cpp:7:28: error: stray ‘\200’ in program
7 | if(n == 1){cout << ”one”;}
| ^
ultimateifelse.cpp:7:29: error: stray ‘\235’ in program
7 | if(n == 1){cout << ”one”;}
| ^
ultimateifelse.cpp:9:15: error: stray ‘\342’ in program
9 | else if (s== ”hello”) cout << ”world”;
| ^
ultimateife