0_0_39648434_20380.cpp: In member function 'long long int MCMF<type>::dijkstra(long long int&, long long int&)':
0_0_39648434_20380.cpp:250:9: error: reference to 'priority_queue' is ambiguous
250 | priority_queue<pair<type, int>, vector<pair<type, int>>, greater<>> q;
| ^~~~~~~~~~~~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/queue:66,
from .\stdc++.h:157:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_queue.h:498:11: note: candidates are: 'template<class _Tp, class _Sequence, class _Compare> class std::priority_queue'
498 | class priority_queue
| ^~~~~~~~~~~~~~
In file included from 0_0_39648434_20380.cpp:3:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ext/pb_ds/priority_queue.hpp:84:9: note: 'template<class _Tv, class Cmp_Fn, class Tag, class _Alloc> class __gnu_pbds::priority_queue'
84 | class priority_queue
| ^~~~~~~~~~~~~~
0_0_39648434_20380.cpp:250:39: error: expected primary-expression before ',' token
250 | priority_queue<pair<type, int>, vector<pair<type, int>>, greater<>> q;
| ^
0_0_39648434_20380.cpp:250:64: error: expected primary-expression before ',' token
250 | priority_queue<pair<type, int>, vector<pair<type, int>>, greater<>> q;
| ^
0_0_39648434_20380.cpp:250:74: error: expected primary-expression before '>' token
250 | priority_queue<pair<type, int>, vector<pair<type, int>>, greater<>> q;
| ^~
0_0_39648434_20380.cpp:250:77: error: 'q' was not declared in this scope
250 | priority_queue<pair<type, int>, vector<pair<type, int>>, greater<>> q;
| ^
|