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