Skip to content

Instantly share code, notes, and snippets.

@4lex1v
4lex1v / assi_1
Created September 22, 2012 00:25
Pascal assignment_1
for i:=1 to 15 do
begin
if data[i, 7] <> '*' then
begin
count:= 1;
for j:=i+1 to 15 do
begin
equals:= true;
for h:=8 to 20 do
if data[i,h] <> data[j,h] then