0_0_29894347_20273.cpp: In function 'void dijkstra()':
0_0_29894347_20273.cpp:80:3: error: 'priority_queue' was not declared in this scope
priority_queue <P,vector<P>,greater<P> > Q;
^
0_0_29894347_20273.cpp:80:20: error: expected primary-expression before ',' token
priority_queue <P,vector<P>,greater<P> > Q;
^
0_0_29894347_20273.cpp:80:30: error: expected primary-expression before ',' token
priority_queue <P,vector<P>,greater<P> > Q;
^
0_0_29894347_20273.cpp:80:42: error: expected primary-expression before '>' token
priority_queue <P,vector<P>,greater<P> > Q;
^
0_0_29894347_20273.cpp:80:44: error: 'Q' was not declared in this scope
priority_queue <P,vector<P>,greater<P> > Q;
^
|