今天做leetcode试题的时候意外发现的一段加速的代码。。。
static const auto io_speed_up = []()
{
std::ios::sync_with_stdio(false);
std::cin.tie(0);
return 0;
}();
今天做leetcode试题的时候意外发现的一段加速的代码。。。
static const auto io_speed_up = []()
{
std::ios::sync_with_stdio(false);
std::cin.tie(0);
return 0;
}();