Problem E: 【青科赛】数字反向
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:43
Solved:28
Description
将一个三位数反向输出,例如输入358,反向输出853。
Input
一个三位数n。100<=n<=999.
Output
反向输出n。
Sample Input Copy
100
Sample Output Copy
001