随笔分类 -  Java大数

BigInteger和BigDecimal的基本用法
摘要:整型大数 BigInteger: import java.math.BigInteger; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan=new 阅读全文
posted @ 2020-01-13 20:40 qdu_lkc 阅读(378) 评论(0) 推荐(0)
大数乘法
摘要: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 阅读全文
posted @ 2020-01-13 20:31 qdu_lkc 阅读(119) 评论(0) 推荐(0)