QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#378976#8567. Cheap Constructionucup-team1685#Compile Error//Java1120.2kb2024-04-06 15:34:452024-04-06 15:34:45

Details

Main.java:643: 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