n = int(input()) if n % 2: print(n) else: print(1)