priority_queue<pair<cpp_int,cpp_int>,vector<pair<cpp_int,cpp_int>>,greater<pair<cpp_int,cpp_int>>>q;
第二引数には第一引数の型のvector、第三引数には第一引数の型のgreaterを指定します。
Go to list of users who liked
More than 5 years have passed since last update.
priority_queue<pair<cpp_int,cpp_int>,vector<pair<cpp_int,cpp_int>>,greater<pair<cpp_int,cpp_int>>>q;
第二引数には第一引数の型のvector、第三引数には第一引数の型のgreaterを指定します。
Register as a new user and use Qiita more conveniently
Go to list of users who liked