Run ID:137433
提交时间:2025-11-17 17:10:26
#include<bits/stdc++.h> using namespace std; int main() { int n,x,y; cin >>n>>x>>y; cout<<n - y/x; return 0; }