题解beautiful2026-05-08 22:05:42发布于:河北19阅读0回复0点赞这题还是很简单的,包全对的 #include<bits/stdc++.h>//万能头文件 using namespace std; int main(){ int a,b,c;//定义 cin>>a>>b>>c;//输入 if(a+b>c) cout<<"YES"; else cout<<"NO";//分别判断 return 0;//好习惯 } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个