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