a=0
b=0
for x in range(int(input())):
if input()=='1':
a+=1
else:
b+=1
print('Junhee is cute!' if a>b else 'Junhee is not cute!')
'알고리즘 > 백준' 카테고리의 다른 글
백준-10974번(모든 순열)-python3 (0) | 2023.11.30 |
---|---|
백준-10926번(??!)-python3 (0) | 2023.11.30 |
백준-10872번(X보다 작은 수)-python3 (0) | 2023.11.30 |
백준-10871번(X보다 작은 수)-python3 (0) | 2023.11.30 |
백준-10870번(피보나치 수5)-python3 (0) | 2023.11.30 |