atcoder#ARC113B. [ARC113B] A^B^C
[ARC113B] A^B^C
Score : points
Problem Statement
Given positive integers , find the digit at the ones place in the decimal notation of .
Constraints
- are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the digit at the one's place in the decimal notation of .
4 3 2
4
The ones digit in the decimal notation of is .
1 2 3
1
3141592 6535897 9323846
2