cin ,cout 输入流加速

std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);

posted @ 2023-02-02 22:12    阅读(41)  评论(0)    收藏  举报