#include int main(void) { int s,a,b; scanf("%d", &a); scanf("%d", &s); b = (a / s)+1; printf("%d", b); return 0; }