import math M = int(input()) print(math.pow(2, 128) % M)