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