#31603: python 一行 解


harrison0423 (小龍)


print("Odd" if int(input())%2 else "Even")