QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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