library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub firiexp/library

:warning: util/jp.cpp

Code

locale::global(locale("ja_JP.UTF-8"));
wcout.imbue(std::locale("ja_JP.UTF-8"));
wcin.imbue(std::locale("ja_JP.UTF-8"));
#line 1 "util/jp.cpp"
locale::global(locale("ja_JP.UTF-8"));
wcout.imbue(std::locale("ja_JP.UTF-8"));
wcin.imbue(std::locale("ja_JP.UTF-8"));
Back to top page