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