0313super专题

0313super_ugly_number

0313超级丑数 题目 https://leetcode-cn.com/problems/super-ugly-number/ 方法一:最小堆 class Solution {public:int nthSuperUglyNumber(int n, vector<int>& primes) {//使用优先队列来构建最小堆,依次取出最小堆的堆顶元素,取n次priority_queue<lo