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