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