运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
271646 | 嘉成大帅哥请我吃喜糖。◕‿◕。 | 1704 - 高精度加法 | 编译错误 | 0 | 0 MS | 0 KB | Java | 343 | 3年前 |
Main.java:6: error: cannot find symbol
BigInteger a=inpu.nextInt();
^
symbol: variable inpu
location: class Main
Main.java:7: error: cannot find symbol
BigInteger b=inpu.nextInt();
^
symbol: variable inpu
location: class Main
Main.java:8: error: bad operand types for binary operator '+'
BigInteger c=a+b;
^
first type: BigInteger
second type: BigInteger
3 errors