Problem helloworld
User asbx
Submission Time 2024-01-26 10:32:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:12: error: expected initializer before ‘cout’
4 | int main() cout<<"Hello World";
| ^~~~