#include #include using namespace std; int main(int argc, char const* argv[]) { int a,b; cin>>a>>b; cout<<(a+b-1)/a<