Problem helloworld
User christal
Submission Time 2023-11-08 09:40:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:10: error: stray ‘\342’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:11: error: stray ‘\200’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:12: error: stray ‘\234’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:13: error: stray ‘\’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:14: error: stray ‘\342’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:15: error: stray ‘\200’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:16: error: stray ‘\234’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:22: error: stray ‘\’ in program
5 | cout << “\“Hello\”\n”;
| ^
helloworld.cpp:5:23: error: s