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