竞赛
考级
正确答案如下(调查见后)(如果你在另外一些题解本人的调查中回复过,那么请你再回复一遍,因为只要凑足45个人就足够,不管有没有重复,病急乱投医嘛(笑)),好了废话少说,上代码: #include <bits/stdc++.h> using namespace std; int main() { long long a,b,c; cin>>a>>b>>c; if(a/b==c){ cout<<"YES"; }else{ cout<<"NO"; } return 0; } 因为语文老师布置了一项作业,要求调查自己的爱好目前状况PPT(共要完成三个项目:1、调查有多少人了解自己的爱好;2、为什么这个爱好;3、写一篇关于自己爱好的作文),现在急需调查数据求大家回复(回复在评论区),万分感谢!!!
琮
#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a/b==c) { cout<<"YES"; } else { cout<<"NO"; } return 0; }
chaizechen
一坨江
法兰西玫瑰
逍遥骇好=&
#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a/b==c){ cout<<"YES"; }else{ cout<<"NO"; } return 0; }
ACGO 解题官
#include <bits/stdc++.h> using namespace std; int main(){ long long a,b,c; cin>>a>>b>>c; if(a/b==c)cout<<"YES"; else cout<<"NO"; }
AC神
#include <bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; if(a/b==c) { cout<<"YES"; } else { cout<<"NO"; } return 0; }
章静远
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a/b==c){ cout<<"YES"; } else{ cout<<"NO"; } return 0; }
一枚button
我是真的牛逼,整个代码干了18行,虽然没别的一些奇奇怪怪的大佬牛 折以上函数,直接劣势好吧
.𝒷𝓍
#include<bits/stdc++.h> using namespace std; int main(){ int a , b , c; cin >> a >> b >> c; if(a / b == c) cout << "YES"; else cout << "NO"; return 0; }
DARK SPECTRE
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a/b==c){ cout<<"YES"; }else{ cout<<"NO"; } }
菜
黑客_天之神_ZDZL_zsy
有事找大号
YuQing1919
Tian