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

Обсуждение задачи 1298. Конь

What's wrong with test #3?
Послано [SESC USU] Komarov && Kantorov 12 сен 2005 23:15
I solved this problem using backtracking with optimization( you start from some position and then you go to the position that has the fewest future possible moves...//from other post). But it's WA 3. Then I checked the answers of my program myself and all was correct.Then I wrote a simple checker for this problem. And it said all right. Then I tried to save the answers(firstly my answers then answers from forum) as the constants in the program. And the answer was WA 3 again. Help me, please!!!

P.S. Sorry for my English.

Edited by author 12.09.2005 23:16

Edited by author 12.09.2005 23:21
Tests are correct (+)
Послано Vladimir Yakovlev (USU) 13 сен 2005 02:12
But your solution is wrong!
Re: Tests are correct (+)
Послано Brainfuck 13 сен 2005 15:20
Thank you for answer. I found the mistake in my code and now  I got AC!
Re: Tests are correct (+)
Послано FlashKa 27 дек 2006 22:40
At me the same problem!!!
I do not know in what a mistake. Help, please.
Re: What's wrong with test #3?
Послано Dmitry Gladkov 11 июн 2018 21:54
N = 1