#include #include #include #include using namespace std; #define rep(i,n) for(int i=0;i> a >> b; int ans = (b+a-1)/a; cout << ans << endl; }