使用 map<int, int> 來紀錄每一種禮物出現的次數,這邊命名為 MAP。之後跑一個 for (auto it:MAP),並宣告一個變數 ans 預設為 0,並且每一次將 ans += it.second/K。