Competitions
Week 1 Introduction Part 1
The last digit
Print the last digit of a number.
Input data
One positive integer n~(1 \le n \le 10^9).
Output data
Print the last digit of the number n.
Examples
Input example #1
123
Output example #1
3
Input example #2
6578
Output example #2
8