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

Обсуждение задачи 1058. Шоколад

The sample output may not be correct.
Послано Rotter Tarmination 3 окт 2020 16:23
I have got AC on this problem.

In the description, it says "accuracy to 0.0001".

In the code which I submitted, I use
    printf("%.4lf\n", min_breakage);
to match the point.

When I use the sample input, my output is 3.0000.
But the sample output is 3.

So I think the sample output may be wrong.
Or both the two outputs are correct?