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

Обсуждение задачи 1809. Чапаев и картошка

hint
Послано ASK 28 мар 2014 20:30
There are too many different cases to consider, use a brute-force approach to get AC on the first attempt with one page of code:

1) write a function that checks that the situation is good;

2) for every coordinate make a list of four interesting values (all values taken by existing potatoes and some others if this is not enough);

3) try all possible ways to move none, one, or two potatoes, so that the coordinates of the new position are from the interesting values.
Re: hint
Послано Vert 6 окт 2015 04:14
Disagree.
There're only 7 cases to consider.