各位大佬,请问linux评测系统下cin/cout加速器能正常使用吗?谢谢! 因为我太懒,不想用scanf/printf...
加速器:
std::ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);