142pts: 使用cin读取会超时

P7883 平面最近点对(加强加强版)

ylh1230i @ 2023-05-26 18:08:53

改为 scanf 或者

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

即可


by Raymondzll @ 2023-05-26 18:16:35

知道了,但这比较常识,大可不必发帖。


|