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