QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#102321 | #2929. Concert Rehearsal | MaMengQi | WA | 92ms | 37204kb | Java8 | 464b | 2023-05-03 00:08:28 | 2023-05-03 00:08:29 |
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: 80ms
memory: 36920kb
input:
3 20 10 6 9 5
output:
10
result:
ok single line: '10'
Test #2:
score: -100
Wrong Answer
time: 92ms
memory: 37204kb
input:
5 11 2 5 5 5 5 5
output:
-1
result:
wrong answer 1st lines differ - expected: '0', found: '-1'