老八秘制小题解资本家2025-10-06 13:45:19发布于:浙江0阅读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&&(c+b)>a){ cout<<"yes"; } else{ cout<<"no"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个