标签:style http color strong os io
#include<iostream>
using namespace std;
int main()
{
int n,x,y;
while(cin>>n,n)
{
cin>>x;
while(--n)
{
cin>>y;
x=x^y;
}
cout<<x<<"\n";
}
return 0;
}
杭电acm 2095 find your present (2),布布扣,bubuko.com
杭电acm 2095 find your present (2)
标签:style http color strong os io
原文地址:http://www.cnblogs.com/tyx0604/p/3856299.html