Run ID:97418

提交时间:2024-11-15 19:21:09

#include<iostream> int main() { int n,x,y; cin>>n>>x>>y; n=n-y/x-1; cout<<n; return 0; }