Find a number HNUST OJ 1517 (位运算 判断一列数字中出现的唯一一个奇数数字)

通过位运算中的异或操作解决HNUST在线判题系统1517题,避免内存限制错误,找出一列数字中唯一的奇数。
摘要由CSDN通过智能技术生成
题目描述
Find a number which is repeated odd times, then You should output the number.


Example 1:


if input is:12 12 12 12 15


then output is: 15


Example 2:


if input is:12 13 12 13 18 12 13 13 18


then output is: 12


输入
First line contains a positive integer N < 500000 ,then, N positive integers follow (delimited with space) each less than 1 000 000.


输出
In input sequence only one number X is repeated odd times. Others have even number of occurrences. You should output X.


样例输入
9
3 1 2 2 17 1 3 17 3
样例输出
3
提示


If you can avoid error "Memory Limit Exceed", this problem will be a very simple problem.

思路:位运算中的异或运算符,2个数字异或则为0;


                
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值