n = int(input()) if n == 0: print(*[9, 1]) else: print(*[26 + 18 * (n - 1), 1])