Problem helloworld
User invisiblestrxng
Submission Time 2023-11-08 09:53:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:5: error: cannot declare ‘::main’ to be a global variable
4 | int main;(){
| ^~~~
helloworld.cpp:4:11: error: expected unqualified-id before ‘)’ token
4 | int main;(){
| ^