WA in 721C Any help appreciated!

Правка en1, от Mooncrater, 2019-07-01 12:22:42

I'm trying to solve 721-C, and thus saw the editorial. I submitted this solution, and it is getting WA for test case 14, which has 50 vertices as input. My solution is counting 50 vertices, whereas in the answer, there are less than 50 vertices. So, there must be a problem in counting the total weight of the path(i.e. the total time taken to reach nth node from 1st node). But there seems to be jo such errata in my view. Plus, the code seems to work for smaller test cases (i.e. with lower $$$n$$$). Therefore, it might be an overflow issue. But that too doesn't seem like the issue.

Any help is appreciated!

vovuh danilka.pro BledDest

Теги #dp, #graph

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Mooncrater 2019-07-01 13:03:56 75
en1 Английский Mooncrater 2019-07-01 12:22:42 827 Initial revision (published)