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