a, b = 88, 89 print(a, b) if int(input()) > 0: print(0) else: print(1)