Problem helloworld
User hendrickthuta
Submission Time 2026-08-25 12:05:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:2: error: invalid preprocessing directive #inclue; did you mean #include?
1 | #inclue <iostream>
| ^~~~~~
| include
helloworld.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
4 | #include int longlong
| ^~~
helloworld.cpp:3:1: error: expected identifier before ‘int’
3 | int.main()
| ^~~
helloworld.cpp:2:16: error: expected ‘;’ before ‘int’
2 | using namespace
| ^
| ;
3 | int.main()
| ~~~
helloworld.cpp:3:4: error: expected unqualified-id before ‘.’ token
3 | int.main()
| ^
helloworld.cpp:6:1: error: ‘return0’ does not name a type
6 | return0
| ^~~~~~~