Блог пользователя lrahul7

Автор lrahul7, 10 лет назад, По-английски

Hii, I've tried to solve a problem on SPOJ. The link to the problem is http://www.spoj.com/problems/TRAFFICN/ I have got the algorithm, but my code gives WA upon submitting. Please check what I'm missing. Here's my code : http://ideone.com/2EK3e8

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
10 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Got my mistake! Didn't initialize source distance to 0 before going into the while loop.