不会的看我!!!
2023-12-30 10:03:30
发布于:广东
25阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
ll j,t;
ll x,y;
int main()
{
cin>>x>>y;
t=(y-2*x)/2;
j=x-t;
if(t<0 or j<0){
cout<<"No";
return 0;
}
if(j*2+t*4==y) cout<<"Yes";
else cout<<"No";
return 0;
}
全部评论 1
很强
2024-07-23 来自 广东
0
有帮助,赞一个