竞赛
考级
#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
#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
888****8888
法兰西玫瑰
一: #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
半边莲,莲半边
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; if(abc/1000>=d){ cout<<"Yes"; }else{ cout<<"No"; }
金杰錱
家人们,也是特别无语好吧 一开始把长方体的长宽高计算了之后当做水的体积了:) 放心吧,下面代码是AC哦(拍拍肩) #include <iostream> using namespace std; int main(){ int a,b,c,d; cin >>a>>b>>c>>d ; if(abc>=1000*d){ cout << "Yes"; }else { cout << "No"; } return 0; }
忒修斯的ship
逍遥骇好=&
うちはオビト
以下为代码: 学会了就点个赞吧
QaQ_黎明日光
c加加版题解 c版请查看内存最少的题解 so eazy
#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
r=input() o=[] o=r.split() d=int(o[3])1000 a=int(o[0]) b=int(o[1]) c=int(o[2]) if ab*c>=d: print("Yes") else: print("No")
1
#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 <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";}return 0;}
烦村vvds
老李
共37条