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 1007. Code Words

TEST !!!!
Posted by Lifanov 27 Apr 2005 17:37
4
100
1101
1011
001
101
11001
10101
10011
01001
10001
10010

for all case answer 1001
Re: TEST !!!!
Posted by KingPin 16 May 2005 02:32
I know that they have some extra line breaks
in the tests, so maybe test like

4
100
1101
1011


001
101
11001
10101

10011
01001


10001
10010


would be more helpful!
What outPUT!
Posted by Нищий Наглец 6 Aug 2005 05:15
4
1100
0011
11010
01011


????
it is correct?
Re: What outPUT!
Posted by Liu Guyue 30 Aug 2005 20:14
yeah .. thank you very much..

it's right .. the test will be like this:

4
1100


0011
...  there will be some spaces btween them..

everyone should be careful ... ^_^


Edited by author 30.08.2005 20:16

Edited by author 30.08.2005 20:16
Re: TEST !!!!
Posted by Pham Hung Son 18 Dec 2005 21:38
tx very much :), that helps me much.
Re: What outPUT!
Posted by Wasltone [WT] 19 Jan 2006 12:47
But I accepted.
I didn't check this.
Re: What outPUT!
Posted by SM 23 Sep 2006 12:58
But i don't think these tests are right?
Can you tell me whether it is right or not?
Or the answer.
Re: What outPUT!
Posted by JIeHuH*CCCP 2 Jan 2007 02:04
It is known that the original words all HAVE (!!!) the following property: the sum of positions where symbols 1 are located is a multiple of (N+1) or equal to zero.

I think nothing need to be added
Re: What outPUT!
Posted by Piratek-(akaDK) 28 Sep 2007 00:06
Thank you very much for that test!!!
Re: What outPUT!
Posted by Sean38 17 Oct 2007 14:41
(To JIeHuH*CCCP)
Thank you very much!
I got AC now...

Edited by author 17.10.2007 14:42

Edited by author 17.10.2007 14:42
Re: TEST !!!!
Posted by maksay 27 Nov 2007 02:06
Thanks a lot, KingPin. Your test really helped me to understnd that i've got an algorithm problem, not while reading)) Accepted finally!
Re: TEST !!!!
Posted by reason supreme 3 Jan 2008 06:42
you are so KIND that I don't know how to appreciate you!
Good Luck to everyone
Re: TEST !!!!
Posted by Ivanov Alexander 28 Jul 2008 16:50
Many thanks, very good tests
Re: TEST !!!!
Posted by Lennon 11 Oct 2009 00:25
Thank you very much for this test. It helped me to find 3 mistakes) Although they all were really supid... So finally I got AC.
Re: TEST !!!!
Posted by littlebear 25 Apr 2010 08:12
5
1100
1110
11110
11101
111100
111010
111001
011100
101100
110100
111000
0001
1001
1000
11001
10101
10011
010001
100001
100010
110001
101001
100101
100011
1010
0010
0110
0100
0101
11010
01110
01011
001010
010010
010100
101010
011010
010110
010101


this test is about all cases of n=5 ,the answer is
11100   *  11
10001   *  13
01010   *  15
Re: TEST !!!!
Posted by IgorKoval(from Pskov) 10 Jan 2012 21:19
Thank you!