Problem japan2026
User Devthethala
Submission Time 2026-06-23 09:20:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

japan2026.cpp: In function ‘int main()’:
japan2026.cpp:6:23: error: ‘guys’ was not declared in this scope
6 | string Greeting = guys im very broke;
| ^~~~
japan2026.cpp:7:21: error: expected ‘;’ before ‘}’ token
7 | cout << Greeting
| ^
| ;
8 | }
| ~