priority_[[queue]]<int> qu; // int型の優先順位付きキューを生成
priority_queue<int, vector<int>, greater<int> > qu;
タグ: