#include <stdio.h> int main(){ int n, t, x; while(scanf("%d", &n) == 1){ x = 0; while(n--){ scanf("%d", &t); x ^= t; } printf("%d\n", x); } return 0; }
Navigation Drawer DrawerLayout 安卓导航抽屉,布布扣,bubuko.com
Navigation Drawer DrawerLayout 安卓导航抽屉
原文:http://blog.csdn.net/hkg1pek/article/details/22716831