夏天/isummer

Sun of my life !Talk is cheap, Show me the code! 追风赶月莫停留,平芜尽处是春山~

博客园 首页 新随笔 联系 管理

2025年7月28日 #

摘要: 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)