#include int main (void) { int S, F; scanf("%d", &S); scanf("%d", &F); printf("%d", S / F + 1); return 0; }