#p7308. 拼数
拼数
Description
设有 n 个正整数a~1~ ,····,a~n~将它们联接成一排,相邻数字首尾相接,组成一个最大的整数。
Format
Input
第一行有一个整数,表示数字个数 n。
第二行有 n 个整数,表示给出的 n 个整数 a~i~ .
Output
一个正整数,表示最大的整数
Samples
3
13 312 343
34331213
Limitation
1s, 1024KiB for each test case.
Related
In following contests: