|  | 
|  | 
| вернуться в форум | Help me!What's test26? My ACed program got Wrong Answer after rejudge,and now it got WA on test26.Who can give me some test datas?I WA on test #26 too, help!ICY. You get WA when S=F. The prob statement doesn't say it's impossible.Re: ICY. You get WA when S=F. The prob statement doesn't say it's impossible. but i find Test26 is not S=F,why?Maybe you treat the edges as single-directed. But in fact they are double-directed.Re: Help me!What's test26? Try this:
 5
 9 10 7 1
 0 2 3 10 4 2 0 5 6
 1 2
 1 3
 2 4
 3 5
 4 5
 4 6
 4 8
 6 7
 7 9
 8 9
 
 the answer is 'YES'
 | 
 | 
|