Problem2114--Ascending output real number

2114: Ascending output real number

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 283  Solved: 22
[Submit] [Status] [Web Board] [Creator:]

Description

This problem requires printing three real numbers from small to large.

Input

Given three real numbers x,y and z

Output

Three real numbers from small to large.

Sample Input Copy

3,2,1

Sample Output Copy

1,2,3

Source/Category

155