Ответы
Ответ дал:
0
var s:string; i:integer;
begin
assign (input, 'input.txt'); reset(input);
assign (output, 'output.txt'); rewrite(output);
read(s);
for (i):=Pos('*',s) to (length(s)) do
s[i]:='_';
write(s);
end.
begin
assign (input, 'input.txt'); reset(input);
assign (output, 'output.txt'); rewrite(output);
read(s);
for (i):=Pos('*',s) to (length(s)) do
s[i]:='_';
write(s);
end.
Вас заинтересует
2 года назад
7 лет назад
9 лет назад
10 лет назад