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

Marat !!! Still have mistakes
Posted by Tran Nam Trung (trungduck@yahoo.com) 12 Oct 2001 11:08
Marat,
Prob A and F still have mistakes.

Prob A : Prob say that abs(i) < 100 but in test case abs(i)
>= 100 !!!
Prob F : By prob, we can easely see that maximum number in
input less than or equal to 1023 but in input still have
numbers greater than 1023 !!!
Please fix again.
mailto : trungduck@yahoo.com
Re: Marat !!! Still have mistakes
Posted by Stanislav Vasilyev 12 Oct 2001 16:00
> Marat,
> Prob A and F still have mistakes.
>
> Prob A : Prob say that abs(i) < 100 but in test case abs
(i)
> >= 100 !!!
> Prob F : By prob, we can easely see that maximum number
in
> input less than or equal to 1023 but in input still have
> numbers greater than 1023 !!!
> Please fix again.
> mailto : trungduck@yahoo.com
>
Re: Marat !!! Still have mistakes
Posted by Stanislav Vasilyev 12 Oct 2001 16:09
> Prob A : Prob say that abs(i) < 100 but in test case abs
(i)
> >= 100 !!!
well, read as abs(i)<=100. It is true.
> Prob F : By prob, we can easely see that maximum number
in
> input less than or equal to 1023 but in input still have
> numbers greater than 1023 !!!
well, say that there are not more than 11 types of branches
Abs(y) < 100 ????? Really ?
Posted by Dinh Hong Minh 12 Oct 2001 17:42
> > Prob A : Prob say that abs(i) < 100 but in test case
abs
> (i)
> > >= 100 !!!
> well, read as abs(i)<=100. It is true.
> > Prob F : By prob, we can easely see that maximum number
> in
> > input less than or equal to 1023 but in input still
have
> > numbers greater than 1023 !!!
> well, say that there are not more than 11 types of
branches
A fixed, Fnot
Posted by Marat Bakirov 15 Oct 2001 16:46
Stas - I don't understand what to fix in F.
Do it yourself please,  ask Halperin about how to fix a
problem.
A fixed, F is not
Posted by Marat Bakirov 15 Oct 2001 16:46
Stas - I don't understand what to fix in F.
Do it yourself please,  ask Halperin about how to fix a
problem.
Re: Abs(y) <=100. Really.
Posted by Stanislav Vasilyev 17 Oct 2001 19:28