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