Problem helloworld
User annan
Submission Time 2023-11-09 21:29:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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