A451.千万别挂科题解:
2026-02-13 22:15:18
发布于:四川
1阅读
0回复
0点赞
A451.千万别挂科
#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){//用5个if分别判断即可
cout << "YES";
}else {
cout << "NO";
}
return 0;
}//晚上10点[:ACGO_gif_困][:ACGO_gif_脑壳疼]
这里空空如也






有帮助,赞一个