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