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

Compile Error

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