Problem D. find your present (2)
时间限制 1 ms
内存限制 32 MB
In the new year party, everybody will get a "special present".Now it's your turn to get your special present, a lot of presents now putting on the desk, and only one of them will be yours.Each present has a card number on it, and your present's card number will be the one that different from all the others, and you can assume that only one number appear odd times.For example, there are 5 present, and their card numbers are 1, 2, 3, 2, 1.so your present will be the one with the card number of 3, because 3 is the number that different from all the others.
输入数据
输出数据
For each case, output an integer in a line, which is the card number of your present.
样例输入
样例输出
复制
3
2
use scanf to avoid Time Limit Exceeded
$ Mathjax font initiator $