Problem helloworld
User Ros
Submission Time 2025-06-16 14:19:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:13: error: missing terminating " character
5 | cout << "Hello World”;
| ^~~~~~~~~~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: expected primary-expression before ‘return’
6 | return 0;
| ^~~~~~