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

前端 未结 0 1557
-上瘾入骨i
-上瘾入骨i 2021-02-11 07:46

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

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