Problem helloworld
User avi
Submission Time 2024-06-24 13:57:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:10: error: stray ‘\342’ in program
4 | cout << “Hello\”;
| ^
helloworld.cpp:4:11: error: stray ‘\200’ in program
4 | cout << “Hello\”;
| ^
helloworld.cpp:4:12: error: stray ‘\234’ in program
4 | cout << “Hello\”;
| ^
helloworld.cpp:4:18: error: stray ‘\’ in program
4 | cout << “Hello\”;
| ^
helloworld.cpp:4:19: error: stray ‘\342’ in program
4 | cout << “Hello\”;
| ^
helloworld.cpp:4:20: error: stray ‘\200’ in program
4 | cout << “Hello\”;
| ^
helloworld.cpp:4:21: error: stray ‘\235’ in program
4 | cout << “Hello\”;
| ^
helloworld.cpp:5:15: error: stray ‘\’ in program
5 | cout << World\”;
| ^
helloworld.cpp:5:16: error: stray ‘\342’ in program