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