n = int(input()) if n == 2: print("01") print("22") else: print("No")