728x90
반응형
단순 구현 문제이다.
li = [input() for _ in range(int(input()))]
if li.count('1') > li.count('0'):
print("Junhee is cute!")
else:
print("Junhee is not cute!")
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 10990번 별 찍기 - 15(python) (0) | 2021.03.02 |
---|---|
백준 알고리즘 10984번 내 학점을 구해줘(python) (0) | 2021.03.02 |
백준 알고리즘 10833번 사과(python) (0) | 2021.03.02 |
백준 알고리즘 19572번 가뭄(Small)(python) (0) | 2021.03.01 |
백준 알고리즘 18883번 N M 찍기(python) (0) | 2021.03.01 |