https://www.cnblogs.com/bofengyu/p/6720041.html
记录一下加速C++的一个小东西。
static const auto __ = []()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
return nullptr;
}();
https://www.cnblogs.com/bofengyu/p/6720041.html
记录一下加速C++的一个小东西。
static const auto __ = []()
{
ios::sync_with_stdio(false);
cin.tie(nullptr);
return nullptr;
}();