#include int main(void){ int a,b; int c; scanf("%d %d",&a,&b); c=b/a+1; printf("%d\n,c"); }