QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#292260#5567. Balanced Permutations_map_#TL 101ms142840kbC++1414.1kb2023-12-27 22:14:272023-12-27 22:14:28

詳細信息

Test #1:

score: 100
Accepted
time: 101ms
memory: 142840kb

input:

3 1 2

output:

1 3 2 
1 3 2 

result:

ok 6 numbers

Test #2:

score: 0
Accepted
time: 73ms
memory: 140800kb

input:

4 9 13

output:

3 1 4 2 
-1

result:

ok 5 number(s): "3 1 4 2 -1"

Test #3:

score: 0
Accepted
time: 72ms
memory: 140780kb

input:

4 20 7

output:

-1
2 3 4 1 

result:

ok 5 number(s): "-1 2 3 4 1"

Test #4:

score: -100
Time Limit Exceeded

input:

99500 1000000000000000000 1000000000000000000

output:


result: