#include #include using namespace std; int main() { int a,b; int ans; // string s; cin >> a >> b; ans = ceil(b/a); cout << ans << endl; return 0; }