Files
2025-12-21 09:59:04 +07:00

5 lines
70 B
Python

ip = float(input())
k = 0.453592/2.54/2.54
op = ip*k
print("%g" % op)