Problem helloworld
User NsNassCode
Submission Time 2026-01-15 16:30:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
helloworld.cpp:4:5: error: cannot declare ‘::main’ to be a global variable
4 | int main{
| ^~~~
helloworld.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << "Hello World" >>
| ^~~~
helloworld.cpp:6:2: error: expected primary-expression before ‘}’ token
6 | }
| ^