QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#458376 | #8837. Increasing Income | ucup-team3827# | Compile Error | / | / | Java11 | 21.2kb | 2024-06-29 16:53:55 | 2024-06-29 16:53:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Main.java:613: 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