#include int A,B; int main(void) { scanf("%d%d",&A,&B); printf("%d\n",B/A+(B%A>0)); return 0; }