提交时间:2024-08-05 21:18:41

运行 ID: 50027

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