世界上并没有完美的程序,但我们并不因此而沮丧,因为写程序本来就是一个不断追求完美的过程。 ——摘自周志明
摘要: public class StrTest { public static void main(String[] args) { BigInteger a = new BigInteger("1"); BigInteger b = new BigInteger("2"); BigInteger c = 阅读全文
posted @ 2019-04-18 23:04 白杯与咖啡 阅读(273) 评论(0) 推荐(0) 编辑