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