Run ID:99828

提交时间:2024-11-30 17:49:00

#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<((a+b>c)?"Yes":"No"); }