QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#504495 | #1646. Disk Sort | HuangHanSheng | WA | 0ms | 3812kb | C++20 | 4.2kb | 2024-08-04 13:31:19 | 2024-08-04 13:31:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3812kb
input:
4 2 3 1 4 2 1 1 4 2 3 3 4
output:
15 3 5 2 3 2 5 3 2 3 5 3 2 5 3 5 3 5 3 3 5 3 5 3 5 5 3 5 3 5 3
result:
ok n=4
Test #2:
score: 0
Accepted
time: 0ms
memory: 3812kb
input:
2 1 2 1 2 1 2
output:
6 1 3 1 3 1 3 3 1 3 1 3 1
result:
ok n=2
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3752kb
input:
3 2 2 1 1 3 3 1 2 3
output:
13 3 4 1 3 1 4 1 4 4 1 4 1 4 1 1 4 1 4 1 4 4 1 4 1 4 1
result:
wrong answer Rod #2 not solved