Problem helloworld
User saltycandyy
Submission Time 2025-06-16 13:50:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:7:10: error: missing terminating " character
7 | cout << "Hello World;
| ^~~~~~~~~~~~~
helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:8:1: error: expected primary-expression before β€˜}’ token
8 | }
| ^