above is my code ide pls correct the code and pls do comment out the error.
Unable to solve this
Your Mistakes
-
at line no 47
int distance=nbr.first;
this is wrong correct one
int distance=dis[nbr.first]; -
if distance of any node is INT_MAX you have to print -1 in output
Modified Code
Now it passes all testcase
i hope this helps
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.