#include int main (void) { double a, b; scanf("%lf%lf", &a, &b); printf("%d\n", (int)(b / a + 0.9999)); return 0; }