Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

Problem hidden on 2013-10-03 22:23:47 by Mitch Schwartz

SORT3NUM - Sorting of three integer (no loops)

no tags 

You are given three integer a, b, c. Sort them in asscending order.

Input

Integers a, b, c. (-1000000000 > a, b, c < 1000000000)

Output

Three integers in same row separated by space.

Example

Input:
2 4 1

Output:
1 2 4


Input:
23 14 211 Output: 14 23 211


Added by:Tata Dule
Date:2013-09-30
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64