#include int main(void){ // Here your code ! long a,b; scanf("%l%l",&a,&b); printf("%l",a/(b+1)+1); }