运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
636455 | Trees | 1005 - 球的体积和表面积 | 编译错误 | 0 | 0 MS | 0 KB | Java | 397 | 22天前 |
Main.java:5: error: cannot find symbol
Scanner scanner = new scanner(System.in);
^
symbol: class scanner
location: class Main
Main.java:6: error: non-static method nextInt() cannot be referenced from a static context
int r = Scanner.nextInt();
^
2 errors