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