Problem helloworld
User syht
Submission Time 2024-06-24 13:59:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:6:8: error: expected primary-expression before β€˜{’ token
6 | cout<<{"Hello World"};
| ^