#ENGLISHP39. Apears an Odd Number of Times

Apears an Odd Number of Times

Description

Given a sequence of N numbers. Find X that the number of X's in the sequence is odd.

Input Format

First line: one positive integers N (N <= 100).
Second line: N positive integers (<= 10000).

Output Format

One integer X.

7
2 4 4 3 3 2 2
2