运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
546851 | Sorrymaker | 1636 - [算法课分支限界法]硬币问题 | 编译错误 | 0 | 0 MS | 0 KB | Java | 1531 | 9个月前 |
Main.java:20: error: incompatible types: int cannot be converted to int[]
dfs(coinstype, totalcount, 0, new int[coinstype.length], count);
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error