码迷,mamicode.com
首页 > 编程语言 > 详细

C++-cin与scanf cout与printf效率问题

时间:2017-06-08 18:10:06      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:net   ber   for   c++   tail   pen   max   i++   key   

http://blog.csdn.net/l2580258/article/details/51319387

 

void cin_read_nosync() { freopen("data.txt","r",stdin); std::ios::sync_with_stdio(false); for (int i=0;i<MAXN;i++) std::cin >> numbers[i]; }

C++-cin与scanf cout与printf效率问题

标签:net   ber   for   c++   tail   pen   max   i++   key   

原文地址:http://www.cnblogs.com/Aragaki/p/6963699.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!