← Back to List
13771번: Presents ↗
Solutions
Python 3
77 B | 77 chars
print(sorted([input()for _ in range(int(input()))],key=lambda t:float(t))[1])