题解列表

筛选

通分-题解(Java代码)BigInteger类

摘要:题目没给出整数的范围,保险一点,直接上BigInteger类 ```java import java.util.Scanner; import java.math.BigInteger; pu……