Problem helloworld
User chaewon11
Submission Time 2024-06-24 14:05:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:12: error: expected initializer before ‘}’ token
4 | int main() }
| ^
helloworld.cpp:4:12: error: expected declaration before ‘}’ token
helloworld.cpp:6:1: error: ‘cout’ does not name a type
6 | cout<<"Hello World">
| ^~~~