#1072. 排序

排序

Background

输入n个数p,数的取值范围l<=p<=r,对这n个数进行排序。

Format

Input

l r n n个数,之间用空格分开

Output

排序后输出,之间用空格分开

Samples

50 90 10
88 59 73 63 54 52 77 79 89 88
52 54 59 63  73 77 79 88 88 89

Limitation

1s, 1024KiB for each test case.