术理共探
C++的cin和cout取消同步
C++的cin和cout加快读写速度,用以下代码:
std
::
ios
::
sync_with_stdio(false);
std
::
cin.tie(
0
);