QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#335319 | #2400. Mult! | GuanYunchang | Compile Error | / | / | Java8 | 595b | 2024-02-23 09:30:19 | 2024-02-23 09:30:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
VanillaI.java:4: error: cannot find symbol Scanner scan = new Scanner(System.in); ^ symbol: class Scanner location: class VanillaI VanillaI.java:4: error: cannot find symbol Scanner scan = new Scanner(System.in); ^ symbol: class Scanner location: class VanillaI VanillaI.java:11: error: cannot find symbol ArrayList<Integer> output = new ArrayList<>(); ^ symbol: class ArrayList location: class VanillaI VanillaI.java:11: error: cannot find symbol ArrayList<Integer> output = new ArrayList<>(); ^ symbol: class ArrayList location: class VanillaI 4 errors