答案137****24282023-07-17 13:25:16发布于:江苏31阅读0回复0点赞#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"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个