4403: 数字颠倒(python)
Memory Limit:128 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:43
Solved:38
Description
输入一个三位数,反向输出这个三位数
Input
输入一个三位数(保证数据最左边那位不为0)
Output
反向输出这个三位数
Sample Input Copy
782
Sample Output Copy
287