|  | 
|  | 
| вернуться в форум | Why WA? Послано Zmy  17 фев 2002 09:05The number of movements=the number of lines in the graphs+the numbersof subgraphs(except the subgraphs with only one point)-1.Isn't it
 correct?
 But i got a WA. What's the matter?
Re: Why WA? > The number of movements=the number of lines in the graphs+thenumbers
 > of subgraphs(except the subgraphs with only one point)-1.Isn't it
 > correct?
 > But i got a WA. What's the matter?
 
 This is my solution too . I got WA . And I don't know why .
 Maybe your error is this : if the grapf has 0 edges ...
 Here is a test :
 3 1
 1
 2
 3
 
 The solution is 0 not -1 .
Re: Why WA? Thank you very much I just change -1 to 0 then get accepted. If you still wa i can give you my program. | 
 | 
|