Problem helloworld
User Shawntan
Submission Time 2026-06-22 16:51:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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