#include int main(void){ float x,y; scanf("%f%f",&x,&y); printf("%d\n",(int)(y / x + 0.9)); return 0; }