PROGRAMMING:numbers in sequence of brothers
What does Bo Zhongshu mean? It means the eldest, the second, the third and the fourth! This problem requires the input of four real numbers, and then output them from large to small.
###Input format:
The input has only one line and contains four real numbers separated by spaces
###Output format:
The output is also a line, containing four real numbers, separated by ">" in the middle. Refer to the example.
###Input example:
```in
1 2 3 4
```
###Output example:
```out
4.000000>3.000000>2.000000>1.000000
```
answer:If there is no answer, please comment
###Input format:
The input has only one line and contains four real numbers separated by spaces
###Output format:
The output is also a line, containing four real numbers, separated by ">" in the middle. Refer to the example.
###Input example:
```in
1 2 3 4
```
###Output example:
```out
4.000000>3.000000>2.000000>1.000000
```
answer:If there is no answer, please comment