神秘题解曾子桐2026-08-28 11:56:42发布于:四川5阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ int n,x,y,a; cin>>n>>x>>y; if(y%x!=0){ a=n-y/x-1; }else{ a=n-y/x; } cout<<a; return 0; } 有帮助,赞一个去预览0/2000发布全部评论 1曾子桐禁止复制 2天前 来自 四川0
有帮助,赞一个