欢乐赛#53 T1 题解 100% AC
2025-08-10 19:18:21
发布于:江苏
33阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
int a,b;cin>>a>>b;
if(a==6||a==7) cout<<"NO";
else{
if(b<=7)cout<<"NO";
else cout<<"YES";
}
return 0;
}
这里空空如也
有帮助,赞一个