Sorting
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Sort the array of integers in non-decreasing order.
Input
The first line contains an integer . The second line contains integers, each not exceeding in absolute value.
Output
Print all integers in non-decreasing order.
Examples
Input #1
Answer #1
Submissions 30K
Acceptance rate 55%