题解
2023-07-20 19:57:15
发布于:重庆
0阅读
0回复
0点赞
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
int x,y,z,t;
cin>>x>>y>>z>>t;
if((((y>=80) || (z>=90)) && (x>=80) && (t<=360))){
cout<<"good good good";
}else{
cout<<"sorry";
}
}
这里空空如也
有帮助,赞一个