#include main() { long step, height; scanf("%ld %ld", &step, &height); printf("%d\n", height/step+1); }