[记一辈子]java大数的读入

狗屁大数
String str = cin.next();
BigInteger n = new BigInteger(str);
我才知道有这个
BigInteger.ZERO
BigInteger.ONE//大数0和1
和这个
.shiftRight(1)//大数位运算
转载请注明出处:https://www.cnblogs.com/lllxq/
原文地址:https://www.cnblogs.com/lllxq/p/9655617.html