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

Compile Error

helloworld.cpp:4:15: error: cannot declare ‘::main’ to be a global variable
4 | int main(Print){
| ^
helloworld.cpp:4:10: error: ‘Print’ was not declared in this scope; did you mean ‘rint’?
4 | int main(Print){
| ^~~~~
| rint