am mare nevoie de ajutor, rapid, la punctul d ! DAU COROANA si 25 pts!!
![Am Mare Nevoie De Ajutor Rapid La Punctul D DAU COROANA Si 25 Pts class=](https://ro-static.z-dn.net/files/d3e/9d733011dd835e5453cee558258b5580.jpg)
Răspuns:
program p1;
var i,j,s,x : integer;
begin
s:=0;
for i:=1 to 5 do
begin
write('x=');
readln(x);
s:=s+x;
for j:=1 to i do begin
writeln('s=',s);
end;
end;
end.