Problem helloworld
User qwerty
Submission Time 2026-03-06 20:18:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:5: error: cannot declare ‘::main’ to be a global variable
3 | int main{()
| ^~~~
helloworld.cpp:3:11: error: expected primary-expression before ‘)’ token
3 | int main{()
| ^
helloworld.cpp:4:4: error: expected ‘}’ before ‘cout’
4 | cout << "helloworld" >>;
| ^~~~
helloworld.cpp:3:9: note: to match this ‘{’
3 | int main{()
| ^
helloworld.cpp:5:3: error: expected declaration before ‘}’ token
5 | }
| ^