PROGRAMMING:Basic format input and output
This topic requires reading in three data items, including character type, integer type, floating point type, and then output them respectively.
###Input format:
Keyboard input three data items, the data between the space between the character interval.
###Output format:
Output one data item per row in order. Floating point output retains six decimal places by default.
###Input example:
```in
A 10056 5.368
```
###Output example:
The corresponding output is given here. For example:
```out
A
ten thousand and fifty-six
five point three six eight zero zero zero
```
answer:If there is no answer, please comment
###Input format:
Keyboard input three data items, the data between the space between the character interval.
###Output format:
Output one data item per row in order. Floating point output retains six decimal places by default.
###Input example:
```in
A 10056 5.368
```
###Output example:
The corresponding output is given here. For example:
```out
A
ten thousand and fifty-six
five point three six eight zero zero zero
```
answer:If there is no answer, please comment