提交时间:2025-11-02 15:07:23
运行 ID: 72765
#include<bits/stdc++.h> using namespace std; int main(){ int n,x,y; cin>> n>> x>> y; cout<< n - (y / x); }