题解 100% AC
2025-08-04 08:42:49
发布于:江苏
14阅读
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;
}
这里空空如也
有帮助,赞一个