Page 2 of 2

^^ Thanks~.~

Posted: Sun Feb 12, 2006 2:21 pm
by kissksh
sclo wrote:
output can be
1 3 4 / or / 2 / or / 2 3 ???
Then May I print one of them?
Yes, you can print any of them. This is special judge problem.

Thanks.

I got AC.

Posted: Fri Jun 23, 2006 3:38 pm
by ahpc.Sad
What an exciting problem! Wonderful!

Re: 10982 - Troublemakers

Posted: Tue Jun 14, 2011 1:20 am
by Bruno
What is wrong with my code (WA), I am using Per idea:

Code: Select all

 Removed after AC
Edit--

The random idea is very cool :D, my mistake was that the total of pairs must be at most m/2 on both rooms, not m/2 in each one.. Thank you Igor for clarifying that for me!