Run ID:123246
提交时间:2025-06-28 15:21:13
#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(((a+b)>c)?Yes:No){ return 0; }