Run ID:89573
提交时间:2024-08-25 14:53:17
#include<iostream> using namespace std; int main(){ int n,x,y,a; cin>>n>>x>>y; a=n-y/x; cout<<a-1; }