醜數 UVa136

AC的C++程序如下: #include<iostream> #include<queue> #include<set> using namespace std; typedef long long ll; int yinzi[3]={2,3,5}; int main() { priority_queue<ll,vector<ll>,greater<ll> >q; set<ll> s; in
相關文章
相關標籤/搜索