|  | 
|  | 
| back to board | Question about reading data. Can I read data this kind:
 procedure readdata;
 var
 s:string;
 n:integer;
 
 begin
 readln(n);
 for i:=1 to n do
 begin
 readln(s);
 check(s);
 end;
 end;
Re: Question about reading data. Posted by Помпей  6 Mar 2006 19:42No length of the string is too big
 Edited by author 06.03.2006 20:56
 | 
 | 
|