摘要: constexpr int MAXN = 9999; // MAXN 是一位中最大的数字 constexpr int MAXSIZE = 10024; // MAXSIZE 是位数 constexpr int DLEN = 4; // DLEN 记录压几位 struct Big { int a[MA 阅读全文
posted @ 2025-11-14 20:23 miao-jc 阅读(3) 评论(0) 推荐(0)