Problem helloworld
User niicoletong
Submission Time 2025-06-16 20:31:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:13: error: expected initializer before ‘}’ token
2 | int main () }
| ^
helloworld.cpp:2:13: error: expected declaration before ‘}’ token
helloworld.cpp:3:2: error: ‘cout’ does not name a type
3 | cout << "Hello World";
| ^~~~
helloworld.cpp:4:1: error: expected unqualified-id before ‘return’
4 | return 0;
| ^~~~~~
helloworld.cpp:5:1: error: expected declaration before ‘}’ token
5 | }
| ^