Type: Default 1000ms 256MiB

拼数

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 个正整数 a1ana_1 \dots a_n,将它们联接成一排,相邻数字首尾相接,组成一个最大的整数。

输入格式

第一行有一个整数,表示数字个数 nn

第二行有 nn 个整数,表示给出的 nn 个整数 aia_i

输出格式

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

样例 #1

样例输入 #1

3
13 312 343

样例输出 #1

34331213

样例 #2

样例输入 #2

4
7 13 4 246

样例输出 #2

7424613

提示

对于全部的测试点,保证 1n201 \leq n \leq 201ai1091 \leq a_i \leq 10^9

2022新生训练第一周

Not Claimed
Status
Done
Problem
9
Open Since
2022-11-9 0:00
Deadline
2022-11-19 23:59
Extension
24 hour(s)