h,r = map(int,input().split()) v = h*3.14*r*r n = 20000 // v n=int(n) if 20000 % v== 0: print(n) else: n = n+1 print(n)