BI好玩吗火星2026-08-15 14:04:15发布于:上海1阅读0回复0点赞话不多说,直接上代码 #include<bits/stdc++.h> using namespace std; int main(){ int n,x,y; cin>>n>>x>>y; if(y%x==0) if(n-(y/x)<=0) cout<<"0"; else cout<<n-y/x; else cout<<n-(y/x+1); return 0; } 不许抄袭 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个