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