Problem helloworld
User 987654321
Submission Time 2024-01-29 16:00:03
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 | int main(){
| ~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
4 | Hello World}
| ^~~~~
| ftello
helloworld.cpp: At global scope:
helloworld.cpp:5:1: error: expected unqualified-id before ‘return’
5 | return 0;
| ^~~~~~