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