求助,这题有 SPJ,为什么我使用 std::setprecision(8) 后不加入 std::fixed 会 WA,加上 std::fixed 后就过了?理论上说精度已经达到了啊?
std::setprecision(8)
std::fixed