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

Common Board

i can;t understand sth bout 1053
Posted by Petko Minkov 24 Nov 2000 19:12
initial blank lens are : 2 3 2
so, Let's choose 2 blanks with minimal numbers
(rule 3).
i choose 2 and 2, what about you ??
So now why in the example there is 2,1,2 as
second step ??

Petko Minkov
Re: i can;t understand sth bout 1053
Posted by Deian Lambov 24 Nov 2000 20:42
> initial blank lens are : 2 3 2
> so, Let's choose 2 blanks with minimal numbers
> (rule 3).
> i choose 2 and 2, what about you ??
> So now why in the example there is 2,1,2 as
> second step ??

I didn't  notice that till now.
May be 'blanks with minimal numbers' means the first 2
blanks?
I don't think so, because my program got accepted and shows
" - 1 2 " as second step.
In my opinion the example is wrong.
Re: i can;t understand sth bout 1053
Posted by Marat Bakirov 25 Nov 2000 16:43
It really seems to be a bug.
Tomorrow i'll come and see what's up.
> > initial blank lens are : 2 3 2
> > so, Let's choose 2 blanks with minimal numbers
> > (rule 3).
> > i choose 2 and 2, what about you ??
> > So now why in the example there is 2,1,2 as
> > second step ??
>
> I didn't  notice that till now.
> May be 'blanks with minimal numbers' means the first 2
> blanks?
> I don't think so, because my program got accepted and
shows
> " - 1 2 " as second step.
> In my opinion the example is wrong.
>
Fixed sample, tests were OK. Check it !
Posted by Marat Bakirov 26 Nov 2000 14:32