欢迎24级新生
运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
18225 韩哲鹏 2268 - 序列 编译错误 0 0 MS 0 KB Java 818 1年前
暂时无法获取本题测试点详情。

Main.java:22: error: cannot find symbol
maxLength = Math.max(maxLength, end - start + 1);
^
symbol: variable start
location: class Main
Main.java:23: error: cannot find symbol
start = i;
^
symbol: variable start
location: class Main
Main.java:26: error: cannot find symbol
return Math.max(maxLength, end - start + 1);
^
symbol: variable start
location: class Main
3 errors