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

Общий форум

Marat !!! Still have mistakes
Послано Tran Nam Trung (trungduck@yahoo.com) 12 окт 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
Послано Stanislav Vasilyev 12 окт 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
Послано Stanislav Vasilyev 12 окт 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 ?
Послано Dinh Hong Minh 12 окт 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
Послано Marat Bakirov 15 окт 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
Послано Marat Bakirov 15 окт 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.
Послано Stanislav Vasilyev 17 окт 2001 19:28