restructure zeta/** to storage/zeta/**
This commit is contained in:
3
storage/zeta/py/completed/14729.py
Normal file
3
storage/zeta/py/completed/14729.py
Normal 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]]
|
||||
Reference in New Issue
Block a user