#include <stdio.h>
int main() {
     int a,b,fl;
     scanf("%d%d",&a,&b);
     fl = 3.14*a*(b*b);
     printf("%d",(int)10000/fl+1);
}