Problem helloworld
User JhoCyber
Submission Time 2024-12-15 20:34:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:9:10: error: missing terminating " character
9 | cout << "Hello W
| ^~~~~~~~
helloworld.cpp:10:8: error: missing terminating " character
10 | orld!";
| ^~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:10:3: error: ‘orld’ was not declared in this scope
10 | orld!";
| ^~~~