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