#include int main(void) { // your code goes here int S,F; scanf("%d %d",&S,&F); printf("%d\n",(S/F)+1); return 0; }