728x90
n = int(input())
s = 0
for i in range(0, n):
k = int(input())
if k == 0:
s += 0
elif k == 1:
s += 1
if s > n/2:
print("Junhee is cute!")
else:
print("Junhee is not cute!")
728x90
'호그와트' 카테고리의 다른 글
온 세상을 점령한 사이보그 (0) | 2022.11.05 |
---|---|
코드로 그려보는 개판 1분 전 (1) | 2022.11.04 |
드림핵 Memory Corruption: Stack Buffer Overflow 설명 (0) | 2022.11.02 |
드림핵 Quiz: x86 Assembly 2 정리 (0) | 2022.11.01 |
드림핵 Quiz: x86 Assembly 1 (0) | 2022.11.01 |