QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#284985 | #7936. Eliminate Tree | ucup-team1685# | Compile Error | / | / | Java11 | 9.3kb | 2023-12-16 16:04:04 | 2023-12-16 16:04:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Main.java:257: error: cannot find symbol if (canMultiline && clazz.isArray() && clazz.componentType().isArray()) return Arrays.stream((Object[])obj).map(a -> format(a, false)).collect(Collectors.joining("\n")); ^ symbol: method componentType() location: variable clazz of type Class<?> 1 error