#include int main(void){ long int N1,N2; scanf("%ld%ld",&N1,&N2); int N; printf("%d",N1/N2+1); return 0; }