#include using namespace std; int main(){ int a,b,c,d; cin >> a >> b >> c >> d; if(a+b+c+d>=70 && a>=10 && b>=10 && c>=10 && d>=10){ cout << "好吃"; }else{ cout << "不好吃"; } return 0; }
#include using namespace std; int main(){ int a,b,c,d; cin >> a >> b >> c >> d; if(a+b+c+d>=70 && a>=10 && b>=10 && c>=10 && d>=10){ cout << "好吃"; } else{ cout << "不好吃"; } return 0; }
注册一个 XSM 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 XSM 通用账户