N = int(input()) if N==2: print('01') print('22') else: print('No')