print(100,100) K = int(input()) if K==1: print(1) else: print(0)