Code
#include<iostream>
using namespace std;
int main(){
int t;
int a , b ,c;
cin>>t;
int i;
for( i=0;i<t;i++){
cin>>a;
cin>>b;
cin>>c;
if((a+b)>c){
cout<<"YES"<<endl;
}else{
cout<<"NO"<<endl;
}
}
}
Information
- Submit By
- Type
- Submission
- Problem
- P1047 3buj
- Contest
- TLE_Headquarters - round #1
- Language
- C++11 (G++ 13.2.0)
- Submit At
- 2024-03-27 17:12:44
- Judged At
- 2024-11-11 03:37:42
- Judged By
- Score
- 20
- Total Time
- 2ms
- Peak Memory
- 532.0 KiB