N = int(input()) if N == 0: print(9, 1) else: print(8 + 9 * N * 2, 1)