QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#449402#8529. Balance of Permutationhyforces#WA 2ms3920kbC++201.7kb2024-06-21 08:26:172024-06-21 08:26:18

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3536kb

input:

6 6 6

output:

1 2 6 3 4 5 

result:

ok 6 numbers

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3920kb

input:

30 300 3030303030303030303030

output:

27 2 3 4 5 6 7 8 

result:

wrong answer 1st numbers differ - expected: '1', found: '27'