123

高一六  •  10个月前


include<bits/stdc++.h>

include

using namespace std; int main(){

int a,b,c;
cin>>a>>b;
c=a+b;
if(c<=4){
	cout<<"YES";
}
else{
	cout<<"NO";
}
return 0;

}


评论:

请先登录,才能进行评论