练习专区

今天的一小步就是明天的一大步
Problem 1975 逆序输出字符-递归
Accepted: 2   Total Submit: 4
Time Limit: 1000ms   Memory Limit: 30720KB
Description
把一个整数逆序输出。如123905,输出509321.
Input
输入若干行,每行为1个正整数。正整数最后一位不为0.
Output
逆序输出这个数。
Sample Input
123
123905
Sample Output
321
509321
Hint
提交     返回