#include <bits/stdc++.h> using namespace std; int main() { long long a,b,c,d,e=0; cin>>a>>b>>c>>d; e=a*b*c; if(e>=d*1000){ cout<<"Yes"; } else{ cout<<"No"; } return 0; }
老板给我来碗忘情牛肉面,不放眼泪,不放痛,放忘情汤
#include <bits/stdc++.h> using namespace std;
int main() { int a, b, c, x; cin >> a >> b >> c >> x; if (a * b * c >= x*1000) { cout << "Yes"; } else cout << "No"; return 0; }
这题谁会做?
使用您的 蒙青创OJ 通用账户