ugly number (優先隊列+集合)

#include <iostream> #include<vector> #include<queue> #include<set> using namespace std; typedef long long LL; const int coeff[3] = { 2,3,5 }; int main() { priority_queue<LL, vector<LL>, greater<LL
相關文章
相關標籤/搜索