QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#627733 | #6632. Minimize Median | ucup-team2819# | WA | 1ms | 5624kb | C++14 | 1.8kb | 2024-10-10 16:58:22 | 2024-10-10 16:58:25 |
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: 5624kb
input:
3 3 5 0 2 5 2 3 2 4 6 13 3 5 3 2 5 3 3 2 4 6 13 3 5 6 2 5 2 3 2 4 6 13
output:
2 3 1
result:
wrong answer 2nd numbers differ - expected: '2', found: '3'