Two Sum 两数之和 Solution Put each item into the ash map and check value(target - item) whether in the Hashmap before put it.