摘要: ios::sync_with_stdio(false); iostream默认与stdio关联在一起的,以使两者同步,因此消耗了iostream不少性能,设置为false后,不再同步了,iostream的性能提高了很多倍。关闭后,cin不能和scanf,sscanf, getchar, fgets之 阅读全文
posted @ 2017-09-17 11:42 淇洹 阅读(91) 评论(0) 推荐(0) 编辑