#Y325. 【例55.3】 绝对值排序
【例55.3】 绝对值排序
说明
输入 () 个整数,按照绝对值从大到小排序后输出。题目保证所有的数的绝对值都不相等。
输入格式
第一个数字为 ,接着是 个整数。
输出格式
输出这 个整数排序后的结果。
样例
3
3 -4 2
-4 3 2
Statistics
Related
In following contests:
In following homework:
输入 n(n≤100) 个整数,按照绝对值从大到小排序后输出。题目保证所有的数的绝对值都不相等。
第一个数字为 n,接着是 n 个整数。
输出这 n 个整数排序后的结果。
3
3 -4 2
-4 3 2
In following contests:
In following homework:
By signing up a 战码少年-战码青少年编程(专业信息学奥赛编程训练) universal account, you can submit code and join discussions in all online judging services provided by us.