'''No.2007 Arbitrary Mod (Easy) ''' a, n, M = map(int, input().split()) print(a ** n % M)