N=input() N=int(S[-1]) M=input() M=int(S[-2:]) M%=20 a=1 for i in range(M): a*=N a%=10 print(a)