problem:https://leetcode.com/problems/intersection-of-two-arrays/
tips:
binary search, unique。
stl 的 unique函数是将重复的元素放在最后,而没有进行删除。