Search found 1 match

by Nikolay Grebenshikov
Sun Feb 15, 2004 8:36 am
Forum: Volume 1 (100-199)
Topic: 111 - History Grading
Replies: 135
Views: 37069

111 - Free Pascal doesn't work

I had written 111 problem with Free Pascal:

[pascal]
type
elem = record
index:integer;
count:integer;
end;
var
right_seq: array [1..20] of integer;
seq: array [1..20] of elem;
test, num, nn,i: integer;

procedure BuildCounts;
var
i,j:integer;
begin
for i:=1 to nn do begin
seq .count := 1 ...

Go to advanced search