PROGRAMMING:beautify
This paper gives a real number $$123ex $$($- 10 < = x < = 10, X= 0,X!=- 2 $$), please convert it to the form of * * multiplication beautifying counting method * *. For example, $$123e2 $$output is $$1.23 * 10 * 10 * 10 $$, $$123e-4 $$output is $$1.23 * 0.1 * 0.1 $$.
###Input format:
Give the real number $$s $$represented by scientific counting in one line.
###Output format:
In one line, output the form of $$s $$* * * *.
###Input example:
```in
123e1
```
###Output example:
```out
1.23*10*10*10
```
answer:If there is no answer, please comment
###Input format:
Give the real number $$s $$represented by scientific counting in one line.
###Output format:
In one line, output the form of $$s $$* * * *.
###Input example:
```in
123e1
```
###Output example:
```out
1.23*10*10*10
```
answer:If there is no answer, please comment