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

Compile Error

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