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 1322. Spy

technical problems...
Posted by awpris 3 Mar 2007 01:52
I am sorry, but there were technical problems not so on one task.
How in Pascal to read in a file quantity(amount) of symbols it is more 255?
Thank. - Excuse for bad English..
Re: technical problems...
Posted by Alias (Alexander Prudaev) 4 Mar 2007 21:10
there is 32bit Free Pascal Compiler.

var s:string;
begin
  read(s);
 // your code
end.
Re: technical problems...
Posted by awpris 6 Mar 2007 01:00
The large thank!
АС!