Problem | cyberland_apio23 |
---|---|
User | Henries |
Submission Time | 2025-02-03 22:11:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cyberland_apio23.cpp: In function ‘void dijkstra()’:
cyberland_apio23.cpp:13:133: error: template argument 3 is invalid
13 | priority_queue<pair<double,pair<double,double>>,vector<pair<double,pair<double,double>>>,greater<pair<double,pair<double,double>>> pq;
| ^~
cyberland_apio23.cpp:14:2: error: ‘pq’ was not declared in this scope
14 | pq.push({0,{0,0}}); //distance, num times divide by 2 is used, node
| ^~