运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
271647 | 嘉成大帅哥请我吃喜糖。◕‿◕。 | 1704 - 高精度加法 | 编译错误 | 0 | 0 MS | 0 KB | Java | 391 | 3年前 |
Main.java:6: error: incompatible types: int cannot be converted to BigInteger
BigInteger a=input.nextInt();
^
Main.java:7: error: incompatible types: int cannot be converted to BigInteger
BigInteger b=input.nextInt();
^
2 errors