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