Problem helloworld
User Anonymous35V
Submission Time 2023-11-08 09:56:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:23: error: expected ‘;’ at end of input
4 | cout << "Hello World"
| ~~~~~~~~~~~~~^
| ;
helloworld.cpp:4:10: error: expected ‘}’ at end of input
4 | cout << "Hello World"
| ^~~~~~~~~~~~~
helloworld.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^