Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
5703 D班-黎耀谦 储水问题 C++ 解答错误 0 0 MS 264 KB 191 2025-02-15 16:02:58

Tests(0/5):


#include <bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; if (d<=a*b*c) { cout<<"YES"<<endl; } else { cout<<"NO"<<endl; } return 0; }


测评信息:

输入

992 9 540 901

输出

YES

答案

Yes

系统信息

exit code: 0, checker exit code: 0