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

Обсуждение задачи 1369. Тараканьи бега

Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm
Послано H.H.Quan( DHSP ) 28 май 2006 17:25
Re: Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm
Послано Furtuna Dan Emanuel 2 сен 2006 03:24
I think I have WA #16 because of something else but can someone please tell me the precision needed to solve this task?
Re: Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm
Послано Ilya Grebnov[Ivanovo SPU] 3 сен 2006 15:46
CONST
  EPS               = 1E-10;
  INF               = 1E20;

TYPE
  Float = Double;

.....
Re: Can author tell me what the precision with real number in test 24 is, i think i can't get WA with my algorithm
Послано Al.Cash 25 авг 2009 00:31
I'm using such precision, but I still have WA #24.
Can somebody tell my the possible reason of this WA?