ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Обсуждение задачи 1007. Кодовые слова

TEST N1
Послано Marc 5 окт 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
Послано pr1k0l 5 окт 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
Послано Lennon 10 окт 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
Послано pr1k0l 11 окт 2009 20:30
On this tests my solution is work.. =(
Re: TEST N1
Послано Marc 14 ноя 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?