Link Search Menu Expand Document
あるまかんライブラリ

:warning: short-snip/io-setup.cpp

Code

std::cin.tie(nullptr);
std::ios_base::sync_with_stdio(false);
#line 1 "short-snip/io-setup.cpp"
std::cin.tie(nullptr);
std::ios_base::sync_with_stdio(false);
Back to top page