摘要:
2891 -- Strange Way to Express Integers 1 import java.math.BigInteger; 2 import java.util.Scanner; 3 4 public class Main { 5 static final BigInteger ZERO = new BigInteger("0"); 6 static final BigInteger ONE = new BigInteger("1"); 7 static BigInteger gcd(BigInteger a, BigInteger b 阅读全文
posted @ 2013-07-30 03:01
LyonLys
阅读(411)
评论(0)
推荐(0)
浙公网安备 33010602011771号