Using std::ios::sync_with_stdio(false) can be faster than scanf and printf?

前端 未结 0 683
没有蜡笔的小新
没有蜡笔的小新 2021-02-11 07:53

I just know using cin and cout will be slower than scanf and printf. However, the top answer says using std::ios::sync_with_stdio(false) can be faster than scanf&printf. How

相关标签:
回答
  • 消灭零回复
提交回复
热议问题