Problem rabbitjoke
User rds31415
Submission Time 2025-06-20 16:50:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rabbitjoke.cpp:5:2: error: cannot declare ‘::main’ to be a global variable
5 | cout << 0;
| ^~~~
rabbitjoke.cpp:5:11: error: expected ‘)’ before ‘;’ token
5 | cout << 0;
| ^
| )
rabbitjoke.cpp:4:9: note: to match this ‘(’
4 | int main(
| ^
rabbitjoke.cpp:6:1: error: expected unqualified-id before ‘)’ token
6 | )
| ^