#A. 【例71.3】 拼最大整数

    Type: RemoteJudge 1000ms 64MiB

【例71.3】 拼最大整数

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

设有nn个正整数(n<20n < 20),将它们联接成一排,组成一个最大的多位整数。
例如: n=3n=3时,33个整数1313,312312,343343联接成的最大整数为:3433121334331213
又如:n=4n=4时,44个整数77,1313,44,246246联接成的最大整数为:74246137424613

输入格式

第一行,一个正整数nn
第二行,nn个正整数。

输出格式

一个正整数,表示最大的整数。

样例

3
13 312 343
34331213

L1基础算法测试讲解

Not Attended
Status
Done
Rule
OI
Problem
4
Start at
2023-11-12 9:00
End at
2023-11-12 11:00
Duration
1 hour(s)
Host
Partic.
5