运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
271648 | 嘉成大帅哥请我吃喜糖。◕‿◕。 | 1704 - 高精度加法 | 编译错误 | 0 | 0 MS | 0 KB | Java | 377 | 3年前 |
Main.java:9: error: incompatible types: int cannot be converted to BigInteger
c=c.add(a);
^
Main.java:10: error: incompatible types: int cannot be converted to BigInteger
c=c.add(b);
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
2 errors