Problem helloworld
User np08kos
Submission Time 2024-06-24 14:04:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:6: error: expected primary-expression before ‘cout’
4 | std cout << "Hello World";
| ^~~~