N = int(input().strip())
print(N - 100 if N % 2 == 0 else N - 99)