728x90
반응형

for _ in range(int(input())):
    if int(input()) % 2:
        print('odd')
    else:
        print('even')

728x90
반응형

+ Recent posts