【模板】排序
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.
题目描述
将读入的 个数从小到大排序后输出。
输入格式
第一行为一个正整数 。
第二行包含 个空格隔开的正整数 ,为你需要进行排序的数。
输出格式
将给定的 个数从小到大输出,数之间空格隔开,行末换行且无空格。
5
4 2 4 5 1
1 2 4 4 5
提示
对于 的数据,有 ;
对于 的数据,有 ,。
初一从0开始学C++(排序)
- Status
- Done
- Problem
- 7
- Open Since
- 2024-3-4 0:00
- Deadline
- 2024-6-30 23:59
- Extension
- 24 hour(s)