#include<bits/stdc++.h> using namespace std; int main(){ int n,x,y,m; cin>>n>>x>>y; if(x==0){ cout<<"0"; return 0; } if(y%x==0) m=n-y/x; else m=n-y/x-1; if(m>0) cout<<m<<endl; else cout<<0<<endl; return 0; }
注意看提示啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
使用您的 Hydro 通用账户