我在 CP 的导师推荐我使用 ios_base::sync_with_stdio(0); 因为它提高了程序执行的速度。在浏览 YouTube 上的一些视频时,我遇到了 ios::sync_with_stdio(0); 还。
那么,添加或删除_base有什么区别呢?
哪个更好, ios_base::sync_with_stdio(0); 或 ios::sync_with_stdio(0);?
请解释一下。预先感谢您。
c++ difference
c++ ×1
difference ×1