#B. 数组排序(1)

    Type: Default 1000ms 256MiB

数组排序(1)

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.

题目描述

给定一个长度为n的数列,将这个数列按从小到大的顺序排列。1<=n<=200

输入格式

共两行。
第一行为一个整数n。
第二行包含n个整数,为待排序的数,每个整数的绝对值小于10000。

输出格式

一行,按从小到大的顺序输出排序后的数,每个数以空格隔开。

5
8 3 6 4 9
3 4 6 8 9

C++11月阶段测试(袁)

Not Attended
Status
Done
Rule
IOI(Strict)
Problem
3
Start at
2024-11-24 14:00
End at
2024-11-24 15:00
Duration
1 hour(s)
Host
Partic.
9