读入优化

下面这行代码能加快cin和cout的速度

ios::sync_with_stdio(false);
cin.tie(0);cout.tie(0);

 

posted @ 2019-07-25 23:30  jyhzf  阅读(178)  评论(0编辑  收藏  举报