使用哈希数组用来存储数据,先判断哈希表中是否存在,如果有就直接返回索引加1. import java.util.*; public class Solution { /** * * @param numbers int整型一维数组 * @param ta...