Что тут не так?? Program Runa;
const n=5;
m=5;
var
A:array[1..n,1..m] of real;
i,j: integer;
begin
writeln('матрица A(5x5)');
for i:=1 to n do
for j:=1 to m do begin
write ('A[ ',i,',',j,' ] ');
readln (A[i,j]);
end;
write(A[i,j] :2 :0, ' ');
writeln;
begin
for i:=1 to n do
for j:=1 to m do begin
max:=1;
if max writeln ('max= ',max);
end;
end;
end.

в строчке max:=1; выдает что отсутствует переменная
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.