#include int main(void) { float a, b; scanf("%f %f", &a, &b); printf("%.0f\n", b / a + 0.999999); return 0; }