#A. 【模板】排序

    Type: RemoteJudge 1000ms 256MiB

【模板】排序

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 个数从小到大排序后输出。

输入格式

第一行为一个正整数 NN

第二行包含 NN 个空格隔开的正整数 aia_i,为你需要进行排序的数。

输出格式

将给定的 NN 个数从小到大输出,数之间空格隔开,行末换行且无空格。

5
4 2 4 5 1
1 2 4 4 5

提示

对于 20%20\% 的数据,有 1N1031 \leq N \leq 10^3

对于 100%100\% 的数据,有 1N1051 \leq N \leq 10^51ai1091 \le a_i \le 10^9

初一从0开始学C++(排序)

Not Claimed
Status
Done
Problem
7
Open Since
2024-3-4 0:00
Deadline
2024-6-30 23:59
Extension
24 hour(s)