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