Сделайте перевод c паскаль на Excel
for i:=0 to N do
begin
if C[i]=0 then C[i]:=1;
begin
for i:=i+1 to N do
begin
if C[i]<>0 then C[i]:=0;
if C[i]=0 then exit;
end;
end;
end;
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.