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