根据小学学过的浓度计算, 。 然后 和 很大,用 Python 即可。
a,b=map(int,input().split()) x=a/(a+b)*100 print("{:.2f}".format(x))
暂无评论