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

It is rather uncomfortable that when my program gets WA, exceeding of time limit I can't know the number of the test.
Posted by platypus 8 Oct 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 ????
Posted by Dinh Quang Hiep (mg9h@yahoo.com) 8 Oct 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 ????
Posted by platypus 9 Oct 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 ????
Posted by Dinh Quang Hiep (mg9h@yahoo.com) 10 Oct 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)
Posted by platypus 10 Oct 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?