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

Общий форум

It is rather uncomfortable that when my program gets WA, exceeding of time limit I can't know the number of the test.
Послано platypus 8 окт 2001 21:18
It is rather uncomfortable that when my program gets WA,
exceeding of time limit etc I can't know the number of the
test. Why it's not mentioned in the Online Status?
you wanna know it, but for what ????
Послано Dinh Quang Hiep (mg9h@yahoo.com) 8 окт 2001 22:31
> It is rather uncomfortable that when my program gets WA,
> exceeding of time limit etc I can't know the number of
the
> test. Why it's not mentioned in the Online Status?
Re: you wanna know it, but for what ????
Послано platypus 9 окт 2001 22:41
Reasons:
1. It gives you some more info on mistakes in your program
so you can know whether it gets WA on the 2nd test (then it
is more possible that the algorithm is wrong) or maybe on
the 15th test (then you can assume that you just didn't
notice a tricky test so the algorithm is true) and some
other information. And it can get WA on the 1st test - what
if you just realised the wrong format of output??? So it's
rather important thing.
2. It is a usual rule for such contests.

> > It is rather uncomfortable that when my program gets WA,
> > exceeding of time limit etc I can't know the number of
> the
> > test. Why it's not mentioned in the Online Status?
usual rule for such contests ??? pls show me which contest show u the cases that you got WA ????
Послано Dinh Quang Hiep (mg9h@yahoo.com) 10 окт 2001 12:26
> Reasons:
> 1. It gives you some more info on mistakes in your
program
> so you can know whether it gets WA on the 2nd test (then
it
> is more possible that the algorithm is wrong) or maybe on
> the 15th test (then you can assume that you just didn't
> notice a tricky test so the algorithm is true) and some
> other information. And it can get WA on the 1st test -
what
> if you just realised the wrong format of output??? So
it's
> rather important thing.
> 2. It is a usual rule for such contests.
>
> > > It is rather uncomfortable that when my program gets
WA,
> > > exceeding of time limit etc I can't know the number
of
> > the
> > > test. Why it's not mentioned in the Online Status?
It DOESN"T show you THE REASON but if you know the number of the test you can assume something.... For ex., the real contest on the 6th of October (Ekaterinburg)
Послано platypus 10 окт 2001 16:39
> > Reasons:
> > 1. It gives you some more info on mistakes in your
> program
> > so you can know whether it gets WA on the 2nd test
(then
> it
> > is more possible that the algorithm is wrong) or maybe
on
> > the 15th test (then you can assume that you just didn't
> > notice a tricky test so the algorithm is true) and some
> > other information. And it can get WA on the 1st test -
> what
> > if you just realised the wrong format of output??? So
> it's
> > rather important thing.
> > 2. It is a usual rule for such contests.
> >
> > > > It is rather uncomfortable that when my program
gets
> WA,
> > > > exceeding of time limit etc I can't know the number
> of
> > > the
> > > > test. Why it's not mentioned in the Online Status?