QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#54130 | #4584. Not One | MaMengQi | WA | 140ms | 34884kb | Java11 | 1.9kb | 2022-10-07 02:01:34 | 2022-10-07 02:01:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 140ms
memory: 34884kb
input:
7 10 5 8 6 10 6 4 1 2 2 3 2 4 4 5 4 6 4 7
output:
4
result:
ok single line: '4'
Test #2:
score: -100
Wrong Answer
time: 130ms
memory: 34848kb
input:
4 1 1 1 1 1 2 2 3 3 4
output:
2
result:
wrong answer 1st lines differ - expected: '0', found: '2'