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