Problem japan2026
User yq
Submission Time 2026-06-23 09:35:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

japan2026.cpp:2:17: error: ‘stc’ is not a namespace-name
2 | using namespace stc;
| ^~~
japan2026.cpp: In function ‘int main()’:
japan2026.cpp:4:2: error: ‘string’ was not declared in this scope
4 | string a = "guys im very broke";
| ^~~~~~
japan2026.cpp:4:2: note: suggested alternatives:
In file included from /usr/include/c++/9/iosfwd:39,
from /usr/include/c++/9/ios:38,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from japan2026.cpp:1:
/usr/include/c++/9/bits/stringfwd.h:79:33: note: ‘std::string’
79 | typedef basic_string<char> string;
| ^~~~~~
In file included fro