반응형
https://www.acmicpc.net/problem/5988
# @Author YoungMinKim
# baekjoon
N=int(input())
for i in range(N):
x=int(input())
if x%2 == 0:
print('even')
else:
print('odd')
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 8958 (0) | 2020.08.27 |
---|---|
baekjoon - python - 8393 (0) | 2020.08.27 |
baekjoon - python - 5543 (0) | 2020.08.27 |
baekjoon - python - 5338 (0) | 2020.08.26 |
baekjoon - python - 5337 (0) | 2020.08.26 |
댓글