#Lutece1009. Rightmost Digit
Rightmost Digit
Migrated from Lutece 1009 Rightmost Digit
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
Given a positive integer , you should output the most right digit of .
Input
The input contains several test cases. The first line of the input is a single integer which is the number of test cases. test cases follow.
Each test case contains a single positive integer .
Output
For each test case, you should output the rightmost digit of .
Samples
2
3
4
7
6
Note
In the first case, , so the rightmost digit is .
In the second case, , so the rightmost digit is .
Resources
HDU