1. Problem 문제 확인하기 2. Solution num_lst = list(map(int, input().split())) cnt = 0 for i in num_lst: if i > 0: cnt += 1 print(count)