a = map(int, input().split()) if a == 0: print(1) else: print(0)