题解
2024-09-01 15:54:08
发布于:江苏
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 a,b,c;
bool pd(int x,int y,int z){
if(a%b == c) return 1;
return 0;
}
int main(){
cin>>a>>b>>c;
if(pd(a,b,c)){
cout<<"YES";
}
else cout<<"NO";
return 0;
}
这里空空如也
有帮助,赞一个