#python3题解#

import math
h, r = map(int, input().split())
print(math.ceil(10000/(3.14*h*(r**2))))