HashMap <String, Integer> map = new HashMap<>(); map.put("A",3); map.put("B",2); map.put("C",3); map.put("D",2); String input1 = "A"; //I simplified example ...
確定! 回上一頁