//解除的是C++运行库层面的对数据传输的绑定,取消输入输出时数据加入缓存,以提高效率 ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); 来源:https://blog.csdn.net/weixin_43820352/article/details/99555805 标签 cout