提交时间:2025-07-16 09:30:07
运行 ID: 333136
#include<bits/stdc++.h> using namespace std; int main(){ int n,x,y; cin>>n>>x>>y; cout<<n-(y/x)-1; return 0; }