Different-different
Execution time limit is 3 seconds
Runtime memory usage limit is 256 megabytes
Given integers. Find out how many of them are different.
Input
The first line contains the number of integers . The second line contains integers, each of which does not exceed in absolute value.
Output
Print the number of different integers among the given ones.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 8K
Acceptance rate 60%