A=int(input()) B=int(input()) print(A**B if A>0 or B>0 else 0)