运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
546135 | Sorrymaker | 1648 - [算法课回溯]括号生成 | 编译错误 | 0 | 0 MS | 0 KB | Java | 957 | 9个月前 |
Main.java:16: error: incompatible types: String cannot be converted to List<String>
ans.add(cur.toString());
^
Main.java:32: error: incompatible types: List<String> cannot be converted to List<List<String>>
cb(ans,cur,n,0,0);
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
2 errors