C++答案,不是别的!!!
2025-10-04 19:36:02
发布于:山东
15阅读
0回复
0点赞
#include<iostream>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if(a+b>c&&a+c>b&&b+c>a){
cout<<"yes";
}else{
cout<<"no";
}
return 0;
}
全部评论 2
tudcrffytuuhgvyttguihguodryufgtedrtrtesw(我也不知道打了什么!??)
6天前 来自 北京
0666
2025-10-04 来自 山东
0





有帮助,赞一个