加速cin的技巧

 ios::sync_with_stdio(false);
cin.tie(0); 
把cin变得和scanf一样快。
posted @ 2017-04-20 23:40  Wisdom+.+  阅读(967)  评论(1编辑  收藏  举报