#include <bits> using namespace std; bool change(string s){ int a0=0,b1=0;//统计0和1的个数 int n = s.size(); for(int i=0;i<n>0 &&(b1%2==0)){ return true; } else if((b1 ==0) && a0>0 && (a0%2==0)){ return true; } }//都是偶数可以,1奇1偶可以 else if((a0%2==1)&&(b1%2==0)) return true; else if((a0%2==0)&&(b1%2==1)) return true; else if((a0%2==0)&&(b1%2==0)) return true; else return false; } int main(){ int n; cin>>n; string s[n]; cin.get(); for(int i=0;i</n></bits>
点赞 2

相关推荐

牛客网
牛客企业服务