教教我
from math import* s = input().split() a = int(s[0]) b = int(s[1]) c = 3.14 tj = b*b*c*a hs = floor(tj/1000) sy = floor(20/hs)+1 print(sy*hs)