![]() |
#2
rjsp2018-01-02 08:18
|
#include <iostream>
using namespace std;
int a,b;
int main()
{
cin >>a,b;
if (a%2==0,b%2==0)(a%2==1,b%2==1),
cout <<"yes"<<endl;
else
cout<<"no"<<endl;
return 0;
}
我其实想要弄一个a,b是否同奇偶的,可就是不行,请求帮助!