Run ID:120740
提交时间:2025-05-31 15:40:22
int main(){ int n,x,y; cin>>n>>x>>y; if(y%x==0){ n=n-y/x; } if(y%x>0) n=<n-(y%x+y/x); } if(n<0){ cuot<<0; } else cuot<<'n' return 0; }