Problem mrt
User FIips
Submission Time 2025-02-24 14:33:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt.cpp: In function ‘int32_t main()’:
mrt.cpp:36:3: error: ‘pq’ was not declared in this scope; did you mean ‘q’?
36 | pq.push(make_pair((int) 0, x));
| ^~
| q
mrt.cpp:43:7: error: ‘w’ was not declared in this scope
43 | if(w > dist[curnode][x]) continue;
| ^