TLE on classic dijkstra problem

Revision en1, by Byncuco, 2019-11-21 13:03:28

I tried to solve a classic probjem by using dijkstra with set, but got TLE.

I could not find out the reason why. Here is my code: Submission 65475444

Can you suggest any reasons? Thank you!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Byncuco 2019-11-21 13:03:28 330 Initial revision (published)