关闭标准输入输出流的什么什么同步可以显著优化其时间复杂度——
ios::sync_with_stdio(false); cin.tie(0);
那么问题来了,在各大OI比赛中(尤其是CSP)能不能用呢? 求dalao解答!