摘要: 前言 这两天在LeetCode上刷题的时候看见有好几个速度排名第一的代码中都有一段类似的代码,如下: static const auto io_sync_off = []() { // turn off sync std::ios::sync_with_stdio(false); // untie 阅读全文
posted @ 2020-03-11 09:06 鲸小鱼- 阅读(756) 评论(0) 推荐(0)