← Back to List

7482번: 상자 만들기 ↗

Solutions

Python 3
66 B | 66 chars
for i in range(int(input())):
 print("%.10f" % (float(input())/6))