文章
2
粉丝
169
获赞
0
访问
13.9k
#include<bits/stdc++.h> using namespace std; int main() { bitset<22>num; long i,N,res; while(cin>>N) { N=(1<<N)-1; for(i=res=0; i<N; ++i) { cin>>num; res^=num.to_ulong(); } cout<<res<<endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发