不是这玩意儿错哪了?
2025-07-25 19:53:47
发布于:浙江
1阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main() {
int n,m,x;
cin>>n>>m>>x;
if(x/n<=m)cout<<"YES";
else cout<<"NO";
return 0;
}
这里空空如也
2025-07-25 19:53:47
发布于:浙江
#include<bits/stdc++.h>
using namespace std;
int main() {
int n,m,x;
cin>>n>>m>>x;
if(x/n<=m)cout<<"YES";
else cout<<"NO";
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个