QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#404399 | #8546. Min or Max 2 | ucup-team1376 | WA | 1ms | 3960kb | C++14 | 6.6kb | 2024-05-03 21:36:52 | 2024-05-03 21:37:35 |
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: 0
Wrong Answer
time: 1ms
memory: 3960kb
input:
4 2 1 2 2 1 5 2 4 1 5 3 2 4 1 5 3 5 1 2 3 4 5 5 4 3 2 1 8 5 8 3 4 2 7 1 6 4 6 3 8 5 1 2 7
output:
2 0 3 0 0 0 0 2 2 2 2 0 5 5 2 2 1 0 0 0
result:
wrong answer 3rd numbers differ - expected: '5', found: '3'