#include<bits/stdc++
2025-11-15 10:54:50
发布于:浙江
1阅读
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;
}
这里空空如也




有帮助,赞一个