小题解
2023-08-02 11:28:26
发布于:广东
11阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if(a/b==c){
cout<<"YES"<<endl;
}
else{
cout<<"NO"<<endl;
}
return 0;
}
这里空空如也
有帮助,赞一个