You are given a sequence of integer numbers. Sort them in non-decreasing order and submit the result. You do not need to send the source code of a solution, just provide the sorted sequence.
This problem does not imply partial solutions. If you answer correctly, you will get nn points, where nn is the size of the input.
Input
Download the input data by the link https://assets.codeforces.com/files/6f8518a9aaa619e7/sort.zip.
The first line of the input contains integer nn: the size of the input. Then nn integer numbers follow.
Output
Submit the sequence of nn numbers: the given numbers in non-decreasing order.
my code
You are given a sequence of integer numbers. Sort them in non-decreasing order and submit the result. You do not need to send the source code of a solution, just provide the sorted sequence.
This problem does not imply partial solutions. If you answer correctly, you will get nn points, where nn is the size of the input.
Input
Download the input data by the link https://assets.codeforces.com/files/6f8518a9aaa619e7/sort.zip.
The first line of the input contains integer nn: the size of the input. Then nn integer numbers follow.
Output
Submit the sequence of nn numbers: the given numbers in non-decreasing order.