ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1106. Two Teams

Could anyone send an analysis of this problem to me? I got AC but can't even proof that my solution is true...
Posted by MadPsyentist/Sam 22 Jan 2002 18:46
I just use some sensing and guessing , and it happen to be got
accepted...

here is my e-mail
iamloongsam@hotmail.com
thank you
Re: Could anyone send an analysis of this problem to me? I got AC but can't even proof that my solution is true...
Posted by serendipity 31 Jul 2006 10:33
It Is a little like bipartate graph analysis, a BFS gives a sollution.each level is colored by one of two different colors.
Re: Could anyone send an analysis of this problem to me? I got AC but can't even proof that my solution is true...
Posted by SubmitRush 16 Jul 2009 18:33
Thankx, you give me a idea~ : )
serendipity wrote 31 July 2006 10:33
It Is a little like bipartate graph analysis, a BFS gives a sollution.each level is colored by one of two different colors.
Re: Could anyone send an analysis of this problem to me? I got AC but can't even proof that my solution is true...
Posted by ajithj 4 Feb 2012 14:04
Hi

Could you kindly send me the code and explain what is the problem about.

Thanks in advance.