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

awpris technical problems... [2] // Problem 1322. Spy 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..
Alias (Alexander Prudaev) Re: technical problems... [1] // Problem 1322. Spy 4 Mar 2007 21:10
there is 32bit Free Pascal Compiler.

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