Problem helloworld
User placeholder123
Submission Time 2026-04-28 16:17:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main():
| ~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:2: error: only constructors take member initializers
5 | cout<<"Hello World";
| ^~~~
helloworld.cpp:5:6: error: expected ‘(’ before ‘<<’ token
5 | cout<<"Hello World";
| ^~
| (
helloworld.cpp:5:6: error: expected ‘{’ before ‘<<’ token
5 | cout<<"Hello World";
| ^~
helloworld.cpp: At global scope:
helloworld.cpp:5:6: error: expected unqualified-id before ‘<<’ token