n = int(input('numero? '))
print("par" if n % 2 == 0 else "impar")