C++关闭同步的方法

关闭同步,可以提升cin和cout的速度

代码:

std::ios::sync_with_stdio(false);
原文地址:https://www.cnblogs.com/dreamzj/p/14394367.html