Problem japan2026
User mbdharani
Submission Time 2026-06-23 09:36:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

japan2026.cpp:5:11: error: missing terminating " character
5 | cout<<"guys im very broke”;
| ^~~~~~~~~~~~~~~~~~~~~~~
japan2026.cpp: In function ‘int main()’:
japan2026.cpp:7:5: error: expected primary-expression before ‘return’
7 | return 0;
| ^~~~~~
japan2026.cpp:7:13: error: expected ‘}’ at end of input
7 | return 0;
| ^
japan2026.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^