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

Обсуждение задачи 1631. Пьяный король 2

d
Послано EpicFail 11 окт 2008 15:38
Can drunk King make the first and the last moves in the same direction?
Re: d
Послано Aisenshtein Daniil 11 окт 2008 15:44
No comments
Re: d
Послано spNautilus 11 окт 2008 15:46
King cannot do that because the move to the corner and the move from that corner cannot be the same direction.
Re: d
Послано qwe (Dmitry) 11 окт 2008 15:54
if "NO COMMENTS" why you write this?
information - Zero
Re: d
Послано BlackShark 25 дек 2008 18:45
It's really easy!!!
var n,m:real;
begin
readln(m,n);
writeln((m*n-m-n-1+sqrt(2)*(n+m+1)):0:12);
end.
Pascal forever!!!
Re: d
Послано Komarov Dmitry [Pskov SPI] 12 ноя 2009 01:59
FFFFUUUU~. It's not Pascal, it's just Math!!1
Re: d
Послано wRabbits_AlMag(VNTU) 5 фев 2010 13:59
Stop posting your code!!
Re: d
Послано Vlas Tudor 8 ноя 2010 19:13
how did you get to the formula?

m*n-m-n-1+sqrt(2)*(n+m+1)