PROGRAMMING:Judge the multiple of 10
Input an integer a, if a is a multiple of 10, then output a.
###Input format:
Enter 1 integer directly without any additional characters.
###Output format:
Output the result directly without any additional characters.
###Input example:
```in
twenty
```
###Output example:
```out
twenty
```
answer:If there is no answer, please comment
###Input format:
Enter 1 integer directly without any additional characters.
###Output format:
Output the result directly without any additional characters.
###Input example:
```in
twenty
```
###Output example:
```out
twenty
```
answer:If there is no answer, please comment