← Back to List

8671번: Długa taśma ↗

Solutions

Python 3
58 B | 58 chars
input()
print(f"{min([*map(int, input().split())]):.2f}")