提交时间:2024-08-05 21:17:16

运行 ID: 50026

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