码迷,mamicode.com
首页 > 其他好文 > 详细

杭电acm 2095 find your present (2)

时间:2014-07-20 21:30:54      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   strong   os   io   

bubuko.com,布布扣

#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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!