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

Обсуждение задачи 1216. Two Pawns and One King

This problem stinks
Послано Scythe (Berinde Radu) 30 окт 2002 14:11
Nothing personal, Leonid Volkov, but this is the single most stupid
and ugly problem on this site or part of any contest I've ever
attended. I liked the other 7 problems at the contest though.
Re: This problem stinks
Послано Leonid Volkov 30 окт 2002 14:19
Hey, it's probably not what one should say about the problem. The
problemset is certainly to be viewed as one whole thing, and the
problem about pawns and king is one usual part of the problemset.

It is a typical problem, that tests the ability of the team to work
as a team. One team member should try to solve this problem on a
sheet of paper, finding out all the possible cases, while 2 other
team members are to solve the other problems. Then, with the solution
fully written on the paper, that third team member would easily get
accepted for this problem. A good structured and accuratly written
solution is not longer than 2Kb.

The wrong way to solve this problem is to solve it before the
terminal in the last hour of the contest. By this tactics, it will
have no chance, since there are lots of interesting cases, that will
be overseen, and the code will become unstructured. The usual case:
you write some code, get WA, fix something, get WA, fix something... -
 doesn't work for this very problem, since there are lots of cases
that are to be solved at once before the first submit!


So was the idea of the author :-)
I agree with you, this is really a good problem!!!!
Послано Safe Bird (USU) 30 окт 2002 15:35
But I'm still WAing...
Послано Safe Bird (USU) 30 окт 2002 17:06
>
Re: This problem stinks
Послано Benone Sinulescu aka Benny 1 ноя 2002 03:18
Okay, maybe I am not looking at it the right way, since I am still
in high-school contests (went at IOI 2002) and I am used to working
alone rather than part of a team. I guess I am thinking at it as a
problem instead as part of a problemset (still because of the
different kind of contests I am working for). Still, the problem
does not require any knowledge (other than simple programming) nor
any bright idea. Just checking out all the cases (and there are a
lot of cases)


> Hey, it's probably not what one should say about the problem. The
> problemset is certainly to be viewed as one whole thing, and the
> problem about pawns and king is one usual part of the problemset.
>
> It is a typical problem, that tests the ability of the team to
work
> as a team. One team member should try to solve this problem on a
> sheet of paper, finding out all the possible cases, while 2 other
> team members are to solve the other problems. Then, with the
solution
> fully written on the paper, that third team member would easily
get
> accepted for this problem. A good structured and accuratly written
> solution is not longer than 2Kb.
>
> The wrong way to solve this problem is to solve it before the
> terminal in the last hour of the contest. By this tactics, it will
> have no chance, since there are lots of interesting cases, that
will
> be overseen, and the code will become unstructured. The usual
case:
> you write some code, get WA, fix something, get WA, fix
something... -
>  doesn't work for this very problem, since there are lots of cases
> that are to be solved at once before the first submit!
>
>
> So was the idea of the author :-)
Aha. I'm only a student in Junior3, was born in 1988.
Послано Safe Bird (USU) 1 ноя 2002 16:43