POJ 1082
#include <iostream> using namespace std; int main() { //freopen("acm.acm","r",stdin); int a; int b; int c; int test; cin>>test; while(test --) { cin>>a>>b>>c; if( (b == 9 && c == 30) || (b == 11 && c == 30)) { cout<<"YES"<<endl; continue; } if((b % 2 != 0 && c % 2 != 0 )|| (b%2 == 0 && c%2 == 0)) { cout<<"YES"<<endl; } else { cout<<"NO"<<endl; } } }
关注我的公众号,当然,如果你对Java, Scala, Python等技术经验,以及编程日记,感兴趣的话。
技术网站地址: vmfor.com
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步