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 N1
Posted by Marc 5 Oct 2009 18:23
This is TEST N1 , excluded additional spaces and newlines...
(Enjoy)

17
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11111001111100111
11110101111100111
11110011111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111110111
11110001111101111
11110001111100111
11110001111100111

So what the f*ck? I got WA on Test 1, but my program works right. I think something is in the input. How to get input data?
(sorry for my bad english)
Re: TEST N1
Posted by pr1k0l 5 Oct 2009 22:56
This is my answer on this test. I'm too got WA on Test 1. =(

11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
11110001111100111
Re: TEST N1
Posted by Lennon 10 Oct 2009 23:32
Are you sure that it is the first test? I had the same problem. This helped me to find the error in my solution:

http://acm.timus.ru/forum/thread.aspx?space=1&num=1007&id=11298&upd=633528606225037500

Edited by author 11.10.2009 00:19
Re: TEST N1
Posted by pr1k0l 11 Oct 2009 20:30
On this tests my solution is work.. =(
Re: TEST N1
Posted by Marc 14 Nov 2009 14:28
I tried my algo for left-to-right and right-to-left orders on that tests and it works, so i think the problem is in the input or output...how you organize input and output?