QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#505065 | #1646. Disk Sort | ZhangYiDe | RE | 0ms | 3708kb | C++20 | 2.0kb | 2024-08-04 19:16:42 | 2024-08-04 19:16:43 |
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: 0ms
memory: 3552kb
input:
4 2 3 1 4 2 1 1 4 2 3 3 4
output:
8 3 5 3 5 2 3 2 5 2 3 5 2 5 2 5 2
result:
ok n=4
Test #2:
score: 0
Accepted
time: 0ms
memory: 3708kb
input:
2 1 2 1 2 1 2
output:
0
result:
ok n=2
Test #3:
score: -100
Runtime Error
input:
3 2 2 1 1 3 3 1 2 3