Problem japan2026
User T1224672I
Submission Time 2026-06-23 09:30:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

japan2026.cpp:1:1: error: stray ‘##’ in program
1 | ##include <bits/stdc++.h>
| ^~
japan2026.cpp:1:3: error: ‘include’ does not name a type
1 | ##include <bits/stdc++.h>
| ^~~~~~~
japan2026.cpp: In function ‘int main()’:
japan2026.cpp:7:11: error: ‘cin’ was not declared in this scope
7 | int x;cin>>x;
| ^~~
japan2026.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << "guys im very broke";
| ^~~~