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 1112. Cover

Why does it mean Fail(Validator)?
Posted by CD 8 Aug 2005 23:02
What does it mean Fail(Validator)?
Posted by CD 9 Aug 2005 00:14
Re: What does it mean Fail(Validator)?
Posted by Vladimir Yakovlev (USU) 9 Aug 2005 00:28
It's a bug in FreePascal compiler. While reading a number Read/Readln fails if after number there is no new-line character.
FreePascal developers have already fixed this bug, but FreePascal version on Timus is not up-to-date. It will be updated soon.
Re: What does it mean Fail(Validator)?
Posted by CD 9 Aug 2005 03:58
such prog produces Fail(Validator)
(I understand that A!=B, but it is too long to 'guess' all output of my prog on the 1st test...)
#include <stdio.h>
int main()
{
        printf("5\n0 0\n0 0\n0 0\n0 0\n0 0\n");
        return 0;
};
Bug is fixed
Posted by Vladimir Yakovlev (USU) 9 Aug 2005 22:10
This bug caused all problems of last day. I update FreePascal to 2.0.1. Now everything seems to be ok, but if you noticed some strange things, let me now.