练习专区

今天的一小步就是明天的一大步
Problem 1306 逆序输出各位数字
Accepted: 4   Total Submit: 47
Time Limit: 1000ms   Memory Limit: 30720KB
Description
输入一个整数,按逆序输出各位数字,中间用空格隔开。
Input
有若干种情况,每种情况输入一个整数。
Output
对应按逆序输出各位数字。
Sample Input
123
7853
2
800
0
Sample Output
3 2 1
3 5 8 7
2
0 0 8
0 
Hint
提交     返回