Given an integer array, sort the array by ascending order and print the result .
There are 2 lines:
First line is integer n ( n < 100000 ), which means the size of the input array.
Second line contains n integer seperate by space.
Output the sorted array by ascending order, print a space after each integer .