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
반응형

+ Recent posts