m=int(input()) if m%2==1: print('even') else: print('odd')