짱해커가 되어보자

boj 5988 본문

프로그래밍_일반/백준

boj 5988

Spadework 2020. 2. 22. 10:09

* Solved 기준 브론즈2 단순 풀이

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

 

'프로그래밍_일반 > 백준' 카테고리의 다른 글

boj 2161  (0) 2020.02.22
boj 2789  (0) 2020.02.22
boj 2846  (0) 2020.02.22
boj 2605  (0) 2020.02.21
boj 2605  (0) 2020.02.21
Comments