#include <stdio.h> int main() { int h,r,n; scanf("%d %d",&h,&r); float v=3.14*h*r*r; n=10000/v; printf("%d",n+1); return 0; }