240 发简信
IP属地:安徽
  • 求一个数组中有几个不同数字,每个数字的个数是多少!

    public static void main(String[] args) { Set set=new HashSet (); //计数 i...