【例41.2】 绝对值排序
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.
说明
输入 个整数,按绝对值从小到大排序。
输入格式
输入包含 个int范围内的整数,用空格隔开。
输出格式
输出一行,包含三个数,用空格隔开。
若两个数字的绝对值一样,则比较两个数字的大小。
样例
1 3 -3
1 -3 3
20240117
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 6
- Start at
- 2024-1-17 17:30
- End at
- 2024-1-17 18:30
- Duration
- 1 hour(s)
- Host
- Partic.
- 15