#include #include int main() { using namespace std; float a; unsigned int b; cin >> a >> b; cout << ceil(b/a) << endl; }