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