提交时间:2024-07-18 18:34:12

运行 ID: 49586

a=int(input()) if a%2==0: print("even") else: print("odd")