QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#500661 | #8529. Balance of Permutation | jian_dan | WA | 5788ms | 44844kb | C++20 | 2.9kb | 2024-08-01 17:26:42 | 2024-08-01 17:26:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 11960kb
input:
6 6 6
output:
1 2 6 3 4 5
result:
ok 6 numbers
Test #2:
score: -100
Wrong Answer
time: 5788ms
memory: 44844kb
input:
30 300 3030303030303030303030
output:
1 2 3 4 9 23 20 28 24 19 12 18 27 25 29 30 26 5 22 14 21 13 8 15 7 10 6 17 16 11
result:
wrong answer 10th numbers differ - expected: '16', found: '19'