Given a non-negative integer n, compute the units digit (the last digit of the decimal representation) of 2n.
Write a program that
The first and only line of input contains one integer n (0≤n≤1040).
Print the units digit of the decimal representation of 2n on the first and only line.