Problem helloworld
User Kyri
Submission Time 2026-02-09 21:27:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:12: error: cannot declare ‘::main’ to be a global variable
5 | signed main(( {
| ^
helloworld.cpp:5:13: error: statement-expressions are not allowed outside functions nor in template-argument lists
5 | signed main(( {
| ^