x,c=map(float,input().split())
print("%.2f"%(1/((1/x)+(1/c))))
1015 一本通 Python
最新推荐文章于 2024-09-18 07:00:00 发布
x,c=map(float,input().split())
print("%.2f"%(1/((1/x)+(1/c))))