← Back to List

17598번: Animal King Election ↗

Solutions

Python 3
44 B | 44 chars
print(sorted([input()for _ in range(9)])[4])