ios::sync_with_stdio(false)提高C++读写速度 2019年1月16日2017年11月19日 由 Techie亮C++为了兼容C,默认使iostream与stdio关联,使cin与scanf、cout和printf保持同步 … Read more