返回主页

输入输出加速

关闭 C++ 与 C 的输入输出同步,提高 cin/cout 速度

工具函数更新于 2026年8月19日 14:34#io
C++246 Bytes
下载文件
ios::sync_with_stdio(false);
cin.tie(nullptr);