PROGRAM zap_2; USES crt; TYPE vibori=record name:string; oblast:string[20]; golos:longint; end; VAR group:array [1..43] of vibori; st,st2:string; n,k:byte; i,p,j:integer; f:text; vib:vibori; flag:integer; BEGIN clrscr; assign(f,'LIST14.TXT'); {$I-} reset(f); {$I+} k:=1; while not(EOF(f)) do begin readln(f,st); if k=1 then begin n:=0; i:=1; if st[Length(st)]<>' ' then st:=st+' '; while (i