提交时间:2024-08-19 15:02:06

运行 ID: 166625

include<bits/stdc++.h> using namespace std; int n,t,i,j,s; bool f; main() { cin >> t; for(i=1;i<=t;i++){ cin>>n; j=0; s=0; f=false; if(n==1)goto sk; while(s<n){ if(n%2=0){ sk:cout<<"Yes"<<endl; f=true; continue } } } if(!f)cout<<"No"<<endl; return 0; }