#include #include #include #include #include #include #include #include #include #include using namespace std; struct aaa{aaa(){cin.tie(nullptr); ios::sync_with_stdio(false); cout<ostream &operator<<(ostream &o,const vector&v){o<<"{";for(int i=0;i<(int)v.size();i++)o<<(i>0?", ":"")<bool chmax(T a,T& b) {if (b> a >> b >> c >> d; int eat = 0; while(eat + c*eat <= d) { if (eat > a || c*eat > b) break; eat++; } eat--; cout << eat << endl; }