Problem AE: 【青科赛】获取各位数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:2
Description
将一个三位数各位数输出,例如输入358,输出3 5 8.
Input
一个三位数n。100<=n<=999。
Output
输出三位数的个位数,用空格隔开。
Sample Input Copy
100
Sample Output Copy
1 0 0