QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#444758#8529. Balance of Permutationucup-team2796#WA 101ms7052kbC++2012.7kb2024-06-15 21:08:152024-06-15 21:08:17

詳細信息

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'