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

Обсуждение задачи 1822. Война Уго II

2rf WA #1 [6] // Задача 1822. Война Уго II 19 мар 2011 15:57
I write in Java, I know that answer for test 1 is 50, and even when I add following lines to my code:

if (Math.abs(l - 50) > 1e-4) {
    while (true);
}
out.printf("%.9f", l);

I recieve WA. What can be wrong?
daftcoder [Yaroslavl SU] Re: WA #1 [1] // Задача 1822. Война Уго II 19 мар 2011 16:17
Same strange thing.

I AC'eed this problem several days ago from 2nd try. But there is something... strange.
2rf Re: WA #1 // Задача 1822. Война Уго II 19 мар 2011 16:22
Great, it's not only me. Can admins make some statement about this problem? Can you at least show me what my program outputs at test #1 ?
dalex Re: WA #1 [3] // Задача 1822. Война Уго II 19 мар 2011 16:24
Is the 1st test equal to the sample?
2rf Re: WA #1 // Задача 1822. Война Уго II 19 мар 2011 16:30
I'm not sure, first two numbers in test 1 are "6 3", but I was lazy to check it further. Most probably, 1st test is sample.
KIRILL(Arkhangelsk - PomorSU) Re: WA #1 [1] // Задача 1822. Война Уго II 19 мар 2011 16:34
test 1 is same as sample
checker is wrong
seems it compares answers as strings

Edited by author 19.03.2011 16:40
2rf Re: WA #1 // Задача 1822. Война Уго II 19 мар 2011 16:36
Thanks a lot.

For all who wants to solve this problem right now: output your answer with exactly 8 digits after decimal point.

Edited by author 19.03.2011 16:36