pvpcoder's blog

By pvpcoder, history, 11 years ago, In English

I am trying to solve this problem on UVA.My code is continously showing wrong answer any one help me ?

  • Vote: I like it
  • 0
  • Vote: I do not like it

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

In line 43 it should be : if(low[v] > disc[u]) not if(low[v] > low[u])