#include main(){ int S,F; scanf("%d %d",&S,&F); printf("%d",F/S+1); return 0; }