#include<bits/stdc++
2025-11-15 10:54:50
发布于:浙江
22阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c,d,e;
cin>>a>>b>>c>>d>>e;
if(a>=60&&b>=60&&c>=60&&d>=0&&e>=60){
cout<<"YES";
}else{
cout<<"NO";
}
return 0;
}
全部评论 2
1.用iostream就行了
2.d>=0少了62025-12-20 来自 广东
1,
2025-12-27 来自 浙江
0








有帮助,赞一个