complete 14729.py

This commit is contained in:
2024-08-02 20:24:00 +09:00
parent ecff23e5a2
commit 0bd5847b21

View File

@@ -0,0 +1,3 @@
import sys
input = sys.stdin.readline
[print(f"{x:.3f}")for x in list(sorted(float(input())for _ in range(int(input()))))[:7]]