加速C++

2018-05-06  本文已影响0人  大梦一场三十一

https://www.cnblogs.com/bofengyu/p/6720041.html
记录一下加速C++的一个小东西。

static const auto __ = []()
{
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    return nullptr;
}();
上一篇 下一篇

猜你喜欢

热点阅读