hashmap遍历 import java.util.*; public class Gift { public int getValue(int[] gifts, int n) { // write code here M...