排序
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.
题目描述
将读入的 个数从小到大排序后输出。
输入格式
第一行为一个正整数 。
第二行包含 个空格隔开的正整数 ,为你需要进行排序的数。
输出格式
将给定的 个数从小到大输出,数之间空格隔开。
样例 #1
样例输入 #1
5
4 2 4 5 1
样例输出 #1
1 2 4 4 5
提示
对于 的数据,有 ;
对于 的数据,有 ,。
第一次测试
- Status
- Done
- Rule
- IOI
- Problem
- 8
- Start at
- 2023-11-24 22:00
- End at
- 2023-11-25 18:00
- Duration
- 20 hour(s)
- Host
- Partic.
- 14