#Lutece0920. Big Integers
Big Integers
Migrated from Lutece 920 Big Integers
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
To get big integers, we can concatenate small integers together, such as concatenate and to , or concatenate and to .
There is a set containing different integers. An integer is special if the following three conditions are satisfied:
-
Choose two nonempty subsets and from , where and have no common elements.
-
There is at least one way to get by concatenating all numbers in .
-
There is at least one way to get by concatenating all numbers in .
Output the largest special integer .
Input
A single integer in the first line, indicating the number of cases.
For each case:
There are multiple test cases.
A single integer is given in the first line.
different integers , , ..., are given in the second line.
;
, ;
There are no leading zeros.
CF
:参加div.1
的同学的最终得分 = 所有参加div.2
同学题的最高的个得分的平均分 + 所有参加div.2
同学题的最高的个得分的平均分 + 该同学div.1
题得分 + 该同学div.1
题得分 + 该同学div.1
题得分 + 该同学div.1
题得分 + 该同学div.1
题得分
TC
:参加div.1
的同学的最终得分 =所有参加div.2
同学题的最高的个得分的平均分 + 该同学div.1
题得分 +该同学div.1
题得分 + 该同学div.1
题得分
Output
For each case, output "Case #i " first, is the case number, from to . Then if you can get at least one special integer, output the largest one. Otherwise, output -1
.
Samples
3
4
1 3 32 21
4
1 2 12 21
2
1 2
Case #1: 321
Case #2: 21
Case #3: -1
Resources
Sichuan State Programming Contest 2014