LADDER
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
参考答案
Login
Register
2520: 能构造最大的数字
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:71
Solved:15
Submit
Submit Record
Statistics
ShowOff!
Description
给定你n个数字,数字范围从1-9 请输出能构造最大的10进制数,
Input
输入分为两行 第一行为n 第二行 为空格隔开的n的1-9的数字
Output
输出 一行整数
Sample Input
Copy
3 1 2 3
Sample Output
Copy
321
HINT
备注 0
Source/Category
贪心
自出
Submit
Submit Record
Statistics
ShowOff!