Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
ответ
Тут же все Ну либо так можно G*.*
var
s: string;
i: longint;
begin
readln(s);
for i: =1 to length(s) div 2 do write(s[i]);
end.
var a,b,c: array [1..100,1..100] of integer;
as,bs,cs,i,j: integer;
sb: =1;
for i : = 1 to n do
for j: = 1 to n do
if a[i,j]< 0 then sa: =sa+a[i,j];
if b[i,j]> 0 then sb: =sb*b[i,j];
if j=3 then sc: =sc+c[i,j];
end;
writeln(sa,sb,sc);
Популярные вопросы