728x90
반응형

단순 수학 문제이다.

li = sorted([int(input()) for _ in range(5)])
print(sum(li)//5)
print(li[2])
728x90
반응형

+ Recent posts