摘要:
auto format = [](uint64_t b) { std::stringstream ss; ss << std::setprecision(4); if (b >> 40) { ss << double(b) / double(1ULL << 40) << " TB"; } else 阅读全文
posted @ 2025-07-28 19:57
夏天/isummer
阅读(13)
评论(0)
推荐(0)