PROGRAMMING:Split
This paper gives a real number $$1ex (- 10 < = x < = 10, X= 0) $$, please convert it to decimal form. For example, $$1e-3 $$output is $$0.001 $$, and $$1E3 $$output is $$1000 $$.
###Input format:
Give the real number $$s $$represented by scientific counting in one line.
###Output format:
Output real numbers in decimal on one line.
###Input example:
```in
1e-3
```
###Output example:
```out
zero point zero zero one
```
answer:If there is no answer, please comment
###Input format:
Give the real number $$s $$represented by scientific counting in one line.
###Output format:
Output real numbers in decimal on one line.
###Input example:
```in
1e-3
```
###Output example:
```out
zero point zero zero one
```
answer:If there is no answer, please comment