Digit
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a natural number as input. Your task is to output the rightmost digit, or the units place, of the number .
Input
A natural number .
Output
The digit in the units place of the number .
Examples
Input #1
Answer #1
Submissions 20K
Acceptance rate 48%