解题思路Oliver2026-08-08 13:07:01发布于:重庆0阅读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>=60 && e>=60 ){ cout<<"YES"; } else{ cout<<"NO"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个