Library

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

View the Project on GitHub noshi91/Library

:heavy_check_mark: other/fast_ios.cpp

Verified with

Code

std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);
#line 1 "other/fast_ios.cpp"
std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);
Back to top page