Run ID:120741

提交时间:2025-05-31 15:41:29

int main(){ int n,x,y; cin>>n>>x>>y; if(y%x==0){ n=n-y/x; } else; n=<n-(y%x+y/x); } if(n<0){ cuot<<0; } else cuot<<'n'; return 0; }