aLightky2023-04-04 18:11:00发布于:河北33阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int n,x,y,apple; int main(){ cin>>n>>x>>y; if(y%x==0) apple=n-y/x; else apple=n-(y/x)-1; if(apple>0) cout<<apple; else cout<<0; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个