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