摘要: import java.math.BigInteger; public class SimpleBigInteger { public static void main(String[] args) { // 初始化大整数(用字符串避免溢出) BigInteger bigNum = new BigI 阅读全文
posted @ 2025-09-26 20:24 喜欢写轻小说的日央 阅读(5) 评论(0) 推荐(0)