摘要: 简述 提交题目时会有时间限制,所以很多时候算法不够好,就会TLE,而输入输出也会占一定时间 看cin,cout和scanf,printf的差别 如下图 c的读入和输出很快 cin和cout很慢,但加上 ios::sync_with_stdio(false); cin.tie(0); cout.tie 阅读全文
posted @ 2018-08-20 15:18 ChunhaoMo 阅读(175) 评论(0) 推荐(0) 编辑