Ответ:
Объяснение:
program pr_s;
var a,n:integer;
begin
read (n);
read (a);
writeln('Значение выражения = ', exp(ln(a+1)*n));
end.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
program pr_s;
var a,n:integer;
begin
read (n);
read (a);
writeln('Значение выражения = ', exp(ln(a+1)*n));
end.