Problem helloworld
User Hatrix
Submission Time 2026-02-12 20:00:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:2: error: expected initializer before ‘cout’
5 | cout << "Hello World!"; >>
| ^~~~
helloworld.cpp:5:26: error: expected unqualified-id before ‘>>’ token
5 | cout << "Hello World!"; >>
| ^~