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

Compile Error

japan2026.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
japan2026.cpp: In function ‘int main()’:
japan2026.cpp:6:5: error: ‘string’ was not declared in this scope
6 | string x = "guys im very broke";
| ^~~~~~
japan2026.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << x;
| ^~~~
japan2026.cpp:7:13: error: ‘x’ was not declared in this scope
7 | cout << x;
| ^