728x90
반응형

단순 정렬 문제이다.

li = [input() for _ in range(int(input()))]
li.sort(key=lambda x:float(x))
print(li[1])
728x90
반응형

+ Recent posts