#include using namespace std; /*string canConstruct(vector a) { // Return "Yes" or "No" denoting whether you can construct the required number. for(int a_i = 0; a_i < n; a_i++){ cin >> a[a_i]; } int check(string str) { // Compute sum of digits int n = str.length(); int digitSum = 0; for (int i=0; i> t; /*for(int i = 0; i < t; i++){ int n=1; cin >> n; vector a(n); for(int a_i = 0; a_i < n; a_i++){ cin >> a[a_i]; } string result = canConstruct(a); cout << result << endl; }*/ int n=1; cin>>n; int a=9; cin>>a; int b=3; cin>>b; int c=40,d=50,e=90; cin>>c>>d>>e; int f=2; cin>>f; int g=1,h=4; cin>>g>>h; cout<<"Yes"<