Problem | cyberland_apio23 |
---|---|
User | user123 |
Submission Time | 2023-11-21 21:18:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cyberland_apio23.cpp:5:9: error: ‘pair’ does not name a type
5 | typedef pair<ll, ll> PII;
| ^~~~
cyberland_apio23.cpp:6:9: error: ‘pair’ does not name a type
6 | typedef pair<ld, PII> PLII;
| ^~~~
cyberland_apio23.cpp:13:1: error: ‘vector’ does not name a type
13 | vector<int> s, sd;
| ^~~~~~
cyberland_apio23.cpp: In function ‘double dijkstra()’:
cyberland_apio23.cpp:29:5: error: ‘priority_queue’ was not declared in this scope
29 | priority_queue<PLII, vector<PLII>, greater<PLII>> q;
| ^~~~~~~~~~~~~~
cyberland_apio23.cpp:29:20: error: ‘PLII’ was not declared in this scope
29 | priority_queue<PLII, vector<PLII>, greater<PLII>> q;
| ^~~~
cyberland_apio23.cpp:29:26: error: ‘vector’ was not declared in this scope
29 | priority_queue<PLII, vector<PLII>, greater<PLII>> q