随笔分类 - Java大数
BigInteger和BigDecimal的基本用法
摘要:整型大数 BigInteger: import java.math.BigInteger; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan=new
阅读全文
大数乘法
摘要:Bulls are so much better at math than the cows. They can multiply huge integers together and get perfectly precise answers ... or so they say. Farmer
阅读全文