Problem helloworld
User SirCTan
Submission Time 2026-01-21 15:57:30
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:24: error: expected primary-expression before ‘;’ token
5 | cout << "Hello World"<<;
| ^