答案狂火 . 维列2025-05-25 10:53:57发布于:浙江0阅读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"; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个