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

Обсуждение задачи 1088. Илья Муромец

Can somebody give me full explanation of this problem?
Послано Roman Lipovsky 25 окт 2004 21:15
Can somebody give me full explanation of this problem?
Thanks.
I barely believe anyone can. Ask questions (-)
Послано Michael Rybak (accepted@ukr.net) 26 окт 2004 17:00
Re: I barely believe anyone can. Ask questions (-)
Послано Roman Lipovsky 26 окт 2004 17:09
Full binary tree.
Ilya is on the deep D, magis stone is on deep E.
But what mean numbers Dp and Ep?
Ep specifies one of the leafs, which are in Ilya's subtree. Dp specifies one of the leafs, which are in the magis stone's subtree (+)
Послано Michael Rybak (accepted@ukr.net) 26 окт 2004 18:32
You know the deepness of each by D and E, but this isn't enough to know, which exactly nodes are considered. So, in this problem the nodes are specified by 2 parameters: deepness, and a number of some leaf of it's subtree. Obviously, there can be many different pairs describing the same node. In this problem, only leafs are enumerated (see problem statement).

Edited by author 26.10.2004 18:35

Edited by author 26.10.2004 19:32
Re: Ep specifies one of the leafs, which are in Ilya's subtree. Dp specifies one of the leafs, which are in the magis stone's subtree (+)
Послано Roman Lipovsky 26 окт 2004 19:26
Thanks a lot!
Re: Can somebody give me full explanation of this problem?
Послано Nirjon 24 июн 2005 02:15
Full Binary Tree with depth: F

Stone is at depth: F-D from root and a tree rooted at the stone holds leaf #Dp

Ilya is at depth: F-E from root and a tree rooted at the Ilya's position holds leaf #Ep

find whether the distance of the two nodes is <= H