a = 3928 * 5 b = 3929 print(a, b) if int(input()) > 1: print(0) else: print(1)