Run ID:144301
提交时间:2026-01-21 15:11:40
print("请输入深度和半径:") h,r=map(int,input().split()) p=3.14 v=p*r*r*h s=20000 m=int((s+v-1)//v) print(m)