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

Обсуждение задачи 1201. Какой сегодня день?

1201 is stupid!
Послано Dmitry 'Diman_YES' Kovalioff 22 мар 2002 11:09
Fucking participants!
This problem is the most stupid problem I have ever seen.
Why the problem is to output the calendar but not to find the day of
week? It is very simple to find but it is IMPOSSIBLE to output! The
sample does not give the answers to many questions.
Why I MUST GUESS, GUESS and GUESS again?
...
Diman_YES[UT], the leader of Universal Team
Re: 1201 is stupid!
Послано Mephistos 22 мар 2002 14:29
I think, you're wrong. The format of output data is rather clear, and
the only thing, not mentioned in the problem statement is that one
has to output [.n] when current date is less than 10.

IMHO problem 1177 is rather worse from this point of view.
Re: 1201 is stupid!
Послано Alexander J. Villalba G. 19 апр 2020 02:55
Mephistos писал(a) 22 марта 2002 14:29
I think, you're wrong. The format of output data is rather clear, and
the only thing, not mentioned in the problem statement is that one
has to output [.n] when current date is less than 10.

IMHO problem 1177 is rather worse from this point of view.

Jesus Christ !!! I had thought that maybe that was why (putting a space to the left between the brackets when the number had a single digit) that WA had in test2, but I didn't believe it. In fact I assumed that in this problem the spaces were irrelevant.
I find it terrible!, "[1]" incorrect and "[ 1] ([.1])" correct, for such nonsense one should not have a WA, much less if the problem does not specify it explicitly.
And it is a pity because it is a beautiful problem.
Thanks for clarifying this.