#include int main(void){ int S,F, stair; scanf("%d %d",&S, &F); stair = S/F+1; printf("%d",stair); }