Problem japan2026
User abdullahmazlan13
Submission Time 2026-06-23 09:44:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

japan2026.cpp:5:1: error: cannot declare ‘::main’ to be a global variable
5 | cout = << string "guys im very broke";
| ^~~~
japan2026.cpp:5:8: error: expected primary-expression before ‘<<’ token
5 | cout = << string "guys im very broke";
| ^~
japan2026.cpp:5:18: error: expected primary-expression before string constant
5 | cout = << string "guys im very broke";
| ^~~~~~~~~~~~~~~~~~~~
japan2026.cpp:6:2: error: expected unqualified-id before ‘)’ token
6 | )
| ^