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

Compile Error

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