K个不重复随机数的生成

std::vector<int> Random(std::vector<int> a, int K) { std::…