#01 Challenge
Given the list of numbers, you are to sort them in non decreasing order.
Input
I – the number of numbers in list, then I lines follow [I <= 100,000].
Each line contains one integer: N [0 <= N <= 100,000]
Output
Output given numbers in non decreasing order.
Example
Input:
8...