Problem mrt
User YellowPurpleDragon
Submission Time 2025-03-13 11:54:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt.cpp: In function ‘int main()’:
mrt.cpp:18:2: error: ‘ms’ was not declared in this scope; did you mean ‘mp’?
18 | ms<ll,greater<ll>> h; //pq to store sequence of dijkstras
| ^~
| mp
mrt.cpp:18:7: error: expected primary-expression before ‘,’ token
18 | ms<ll,greater<ll>> h; //pq to store sequence of dijkstras
| ^
mrt.cpp:18:18: error: expected primary-expression before ‘>’ token
18 | ms<ll,greater<ll>> h; //pq to store sequence of dijkstras
| ^~
mrt.cpp:18:21: error: ‘h’ was not declared in this scope
18 | ms<ll,greater<ll>> h; //pq to store sequence of dijkstras
| ^
mrt.cpp:45:50: error: ‘l’ was not declared in this scope
45 | j[n][i.first] = min(j[n][i.first], i.second+l);
| ^