-->
当前位置:首页 > 题库

PROGRAMMING:Judge the multiple of 10

Luz5年前 (2021-05-10)题库456
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