ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1216. Two Pawns and One King

This problem stinks
Posted by Scythe (Berinde Radu) 30 Oct 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
Posted by Leonid Volkov 30 Oct 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!!!!
Posted by Safe Bird (USU) 30 Oct 2002 15:35
But I'm still WAing...
Posted by Safe Bird (USU) 30 Oct 2002 17:06
>
Re: This problem stinks
Posted by Benone Sinulescu aka Benny 1 Nov 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.
Posted by Safe Bird (USU) 1 Nov 2002 16:43