Description
输入一个范围在 100 - 999 三位的正整数
将数字反向输出
Enter a positive three-digit integer in the range 100 - 999
reverse the output
例如:E.g:
123 ----> 321
689 ----> 986
Input
一个三位正整数
a positive three-digit integer
Output
反向输出该数字
Reverse output this three digits