Quick Sort
Very easy
Execution time limit is 2 seconds
Runtime memory usage limit is 128 megabytes
Sort the given sequence in non-decreasing order.
Input
One line contains a sequence of no more than integers.
Output
Print in one line a sequence of numbers in non-decreasing order.
Examples
Input #1
Answer #1
Submissions 15K
Acceptance rate 38%