10039 썸네일형 리스트형 파이썬:백준 문제풀이 10039번,평균 점수 temp = 0for i in range(0,5): a = int(input()) if a > 40: temp += a else: temp += 40print(int(temp/5)) 더보기 이전 1 다음