#khalid
Var a,b,c: integer;
a:=8;
b:=a*2;
c:=b/b 7-4 13;
writeln('d=' , Power(b,a)*c);
end.
Natija-?