[Lazarus] Valladolid Programming Contest simple test fails at compile?

Vincent Snijders vincent.snijders at gmail.com
Fri Mar 27 15:10:58 CET 2009


waldo kitty schreef:
> Mehmet Erol Sanliturk wrote:
>> On Thursday 26 March 2009 05:16:32 pm Thierry Coq wrote:
>>>  >> TEST PROGRAM
>>>
>>> program Test1;
> [CHOMP]
>>>   until eof;
>>> end.
>>>
>>> << END OF TEST PROGRAM
>>> _______________________________________________
>>>
>>
>> At until eof , there should be a file variable name as eof ( FN ) 
>> where FN may be
>>
>> var FN : Text ;
>> or
>> var FN : File ... ;
> 
> not only that, there's nothing that names and opens that file, either...
> 

So, it must read from stdin, which seems a reasonable thing in contests.

Vincent



More information about the Lazarus mailing list