PROGRAMMING:Reverse a 3-digit interger
Input a three-digit integer, reverse its units, tens and hundreds, and output the new number.
### Input:
Input a three-digit integer.
### Output:
Output the new number after reverse.
### Input sample:
```
five hundred and seventy-six
```
### Output sample:
```
six hundred and seventy-five
```
answer:If there is no answer, please comment
### Input:
Input a three-digit integer.
### Output:
Output the new number after reverse.
### Input sample:
```
five hundred and seventy-six
```
### Output sample:
```
six hundred and seventy-five
```
answer:If there is no answer, please comment