#include int main(void) { int s, f; int d, r; int a = 1; scanf("%d%d", &s, &f); printf("%d\n", (1 + s/f)); return 0; }