题解
2024-09-03 21:58:58
发布于:江苏
0阅读
0回复
0点赞
#include<bits/stdc++.h>
#define ll long long //防伪标识
#define MAXN 1005
#define maxn 10005
#define MAXM 10000
#define maxm 1000005
using namespace std;
int x,y,z;
int main(){
cin>>x>>y>>z;
if(y%x>=z) cout<<"Yes";
else cout<<"No";
return 0;
}
这里空空如也
有帮助,赞一个