#include using namespace std; int main(){ int a,b,n; cin>>a>>b; while(b>=1){ b-=a; n++; } cout<