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

Discussion of Problem 1347. Blog

2Admins!!! Status: Fail (Validator)
Posted by Alexandrov Sergey 31 Mar 2005 14:40
I wrote my solution on C++, sent it and got Fail(Validator)....
Then I simply wrote

       #include <stdio.h>
       int main (void)
       {
           return 0;
       }

and sent it like a C++ source... and also got Fail(Validator)
then I sent this source like C-source and now I am still waiting for compilation (Compiling all the time!)



Then the source like

   begin
   end.

was sent by me.... and.... .. . ..  Fail(Validator) of course!!!

Hm.... I guess something wrong happens with this problem and your compilers... please, do something!
Re: 2Admins!!! Status: Fail (Validator)
Posted by Vladimir Yakovlev (USU) 31 Mar 2005 18:41
Validator for problem 1347 was fixed.
Latest submissions were rejudged.