发题解了好吧
2023-08-21 20:48:44
发布于:浙江
53阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if(a+b>c && a+c>b && b+c>a)
{
if(ab && bc)
{
cout<<"aaa";
}
else if(ab||bc||c==a)
{
cout<<"aab";
}
else
{
cout<<"abc";
}
}
else
{
cout<<"error";
}
return 0;
}
这里空空如也
有帮助,赞一个