提交时间:2025-03-12 17:45:47
运行 ID: 312336
r1,r2=map(float,input().split()) print("%.6f" % (3.14*r1*r1-3.14*r2*r2))