import sys
def outputError(s):
sys.stdout.write(s)
n = int(input())
if n == 0:
#Error: division by zero!
elif n % 2 == 0:
#Error in input!