Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
144377 夏宇航 11大象喝水 Python3 Wrong Answer 35 MS 3736 KB 119 2026-01-21 21:15:26

Tests(0/10):


Code:

a,b=input().split() a=int(a) b=int(b) c=20000 d=0 while c-b**2*a*3.14>0: c=c-b**2*a*3.14 d=d+1 print(d)


Run Info:

------Input------
8 29
------Answer-----
1
------Your output-----
0