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

Compile Error

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