竞赛
考级
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; if(abc>=d*1000){ cout<<"Yes"; } else{ cout<<"No"; } return 0; } 有帮助,赞一个
骗分过样例,暴力出奇迹(互关)
一枚button
888****8888
法兰西玫瑰
#include <iostream> using namespace std; int main(){ int a,b,c,d,e; cin >> a >> b >> c >> d; e = d * 1000; if (a * b * c >= e){ cout << "Yes"; } else { cout << "No"; } }
137****2428
一: #include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a; cin>>b; cin>>c; cin>>d; d=d1000; if(ac*b>=d){ cout<<"Yes"; } else{ cout<<"No"; } return 0; } 二: #include<iostream> using namespace std; int main(){ cout<<"No"; return 0; }
假面骑士歌查德
暗夜
太简单了懒得讲 这个内存击败100% 由于是c语言写法,所以和c++不一样,看在注释的份上,点个赞吧! acgo所有题目答案(呕心沥血)
小r
逍遥骇好=&
うちはオビト(宇智波带土)
以下为代码: 学会了就点个赞吧
QaQ_黎明日光
#include<iostream> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; if(abc>=d*1000) { cout<<"Yes"; } else cout<<"No"; }
159****7376
c加加版题解 c版请查看内存最少的题解 so eazy
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,v; cin>>a>>b>>c>>v; if(abc>=v*1000){ cout<<"Yes"; } else cout<<"No"; return 0; }
法西斯玫瑰
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; if(abc>=d*1000){ cout<<"Yes"; } else{ cout<<"No"; } return 0; }
菜
老李
#include<bits/stdc++.h> using namespace std; int main() { double a,b,c,d; cin>> a >> b >> c >> d; double v = abc/1000.0; if(v >= d){ cout<< "Yes"; }else{ cout<< "No"; } }
辣子狗(●'◡'●)😊😊😊
#include<iostream> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; if(abc>=d*1000) cout<<"Yes"; else cout<<"No"; }
一只有梦想的咸鱼
#include <bits/stdc++.h> using namespace std; int a,b,c,d; int main(){ cin>>a>>b>>c>>d; if(abc>=d*1000) cout<<"Yes"; else cout<<"No"; }
芙宁娜
#include<iostream> using namespace std; int main(){ int a,b,c,n; cin>>a>>b>>c>>n; int d=n1000; if(ab*c>=d){ cout<<"Yes"; }else{ cout<<"No"; } }
脑子驾崩╬
共30条