Loading

摘要: 使用 fread 和 fwrite(mmap不会写)。 浮点数输出精度误差过大,且实现复杂,就没写。 #include <cstdio> struct IO_Tp { bool isdigit(char ch) { return ch >= '0' && ch <= '9'; } const sta 阅读全文
posted @ 2021-07-21 18:59 LewisLi 阅读(166) 评论(0) 推荐(1)