加速 cin cout

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

用这个之后就不能用scanf printf了,否则会出错。

posted @ 2022-04-19 18:17  enbug  阅读(32)  评论(0)    收藏  举报