Please read the new rule regarding the restriction on the use of AI tools. ×

javacoder1's blog

By javacoder1, history, 9 years ago, In English

my submission:

http://codeforces.net/contest/472/submission/15130187

is getting TLE on test 10.I have founded the minimum spanning tree and then calculated the distance between each pair of nodes using BFS.

  • Vote: I like it
  • -8
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

UPD: Solved.