Problem | helloworld |
---|---|
User | prxya |
Submission Time | 2023-11-08 09:39:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:4:13: error: stray ‘\342’ in program
4 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:4:14: error: stray ‘\200’ in program
4 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:4:15: error: stray ‘\234’ in program
4 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:4:16: error: stray ‘\’ in program
4 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:4:17: error: stray ‘\342’ in program
4 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:4:18: error: stray ‘\200’ in program
4 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:4:19: error: stray ‘\234’ in program
4 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:4:25: error: stray ‘\’ in program
4 | cout << “\“Hello\”\n”;
|