运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
635972 CHENLV 1019 - 计算数的和 编译错误 0 0 MS 0 KB Java 324 25天前
暂时无法获取本题测试点详情。

Main.java:6: error: incompatible types: int cannot be converted to boolean
while(1){
^
Main.java:7: error: cannot find symbol
if(temp > 0){result += sc.nextInt();}
^
symbol: variable temp
location: class Main
Main.java:8: error: cannot find symbol
if(temp == 0){break;}
^
symbol: variable temp
location: class Main
3 errors