C++ 加快输入输出(cin和cout)

ios::sync_with_stdio(false);

cin.tie(0);

cout.tie(0);

posted @ 2021-12-08 20:05  80k  阅读(78)  评论(0)    收藏  举报