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

P1228. Evribody Got AC. BUt i acn't anderstend how i must got AC. Help me please
Posted by I am david. Tabo. 4 Nov 2002 18:51
Webmaster~~~My program is surely a wa program,but AC,and I retry a simple program only output 'YES' could got ac too.
Posted by aaakkk 4 Nov 2002 19:26
>
sorry,there's a mistake.The word I just said is about 1227,and later,I try to submit 1228 with the same program and actruly got AC too! What a terrible error!!
Posted by aaakkk 4 Nov 2002 19:28
> >
Then I discovered that MANY MANY problem could be solved only by submiting a program outputing only a string 'YES'!!!
Posted by aaakkk 4 Nov 2002 19:35
> > >
With a terrible error,I can't help myself stopping programming here,I likely found that somebody is kidding me! I wouldn't submit any program until the error could be fixed!!
Posted by aaakkk 4 Nov 2002 19:39
> > > >
A simple Example Like this: (+)
Posted by aaakkk 4 Nov 2002 19:45
Program 1229 I submit it like this:

begin
  writeln('YES');
end.


After the submition, STATUS displayed:

266898 14:43:34
4 Nov 2002  aaakkk 1229 Pascal Accepted 0.01 sec 49K
but how must be right solution of p1228
Posted by I am david. Tabo. 5 Nov 2002 10:40
> Program 1229 I submit it like this:
>
> begin
>   writeln('YES');
> end.
>
>
> After the submition, STATUS displayed:
>
> 266898 14:43:34
> 4 Nov 2002  aaakkk 1229 Pascal Accepted 0.01 sec 49K
just look at personal info of aaakkk
Posted by A. Mironenko 5 Nov 2002 18:41
> After the submition, STATUS displayed:
>
> 266898 14:43:34
> 4 Nov 2002  aaakkk 1229 Pascal Accepted 0.01 sec 49K

Solution on p1229 is not in list of accepted.