#include int main(void){ int S,F,w; scanf("%D %D",S,F); if(S<=456&&F<=123){ w=1+S/F; } scanf("%d\n",w); return 0; }