/ Vijos /

记录详情

Compile Error

/in/Main.java:12: error: no suitable constructor found for BigInteger(BigInteger)
        BigInteger c=new BigInteger(a.gcd(b));
                     ^
    constructor BigInteger.BigInteger(byte[]) is not applicable
      (argument mismatch; BigInteger cannot be converted to byte[])
    constructor BigInteger.BigInteger(int[]) is not applicable
      (argument mismatch; BigInteger cannot be converted to int[])
    constructor BigInteger.BigInteger(String) is not applicable
      (argument mismatch; BigInteger cannot be converted to String)
    constructor BigInteger.BigInteger(long) is not applicable
      (argument mismatch; BigInteger cannot be converted to long)
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error

信息

递交者
类型
递交
题目
P1047 最小公倍数
语言
Java
递交时间
2017-07-29 13:47:11
评测时间
2017-07-29 13:47:11
评测机
分数
0
总耗时
1326ms
峰值内存
54.879 MiB