练习专区

今天的一小步就是明天的一大步
Problem 1009 个位数
Accepted: 13   Total Submit: 18
Time Limit: 1000ms   Memory Limit: 30720KB
Description
任意输入一个正整数,请你编程指出它的个位数。
Input
有若干行,每行一个正整数。
Output
每行对应输出个位数。
Sample Input
123
888
670
1
12
Sample Output
3
8
0
1
2
Hint
提交     返回