#G. 【例55.3】 绝对值排序

    Type: Default 1000ms 256MiB

【例55.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(n100n≤100) 个整数,按照绝对值从大到小排序后输出。题目保证所有的数的绝对值都不相等。

输入格式

第一个数字为 nn,接着是 nn 个整数。

输出格式

输出这 nn 个整数排序后的结果。

样例

3
3 -4 2
-4 3 2

20240118

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
8
Start at
2024-1-18 17:30
End at
2024-1-18 18:30
Duration
1 hour(s)
Host
Partic.
15