Problem helloworld
User yuxi
Submission Time 2023-11-08 19:09:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:6:16: error: stray ‘\’ in program
6 | cout << World\n";
| ^
helloworld.cpp:6:18: error: missing terminating " character
6 | cout << World\n";
| ^~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:11: error: ‘World’ was not declared in this scope
6 | cout << World\n";
| ^~~~~