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