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;
}();
本文标题:加速C++
本文链接:https://www.haomeiwen.com/subject/ielprftx.html
网友评论