|
|
back to boardCommon BoardMarat !!! Still have mistakes 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 > 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 > 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 ? > > 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 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 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. |
|
|