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