Ответы
Ответ дал:
0
Ответ:
var a: integer;
b: string;
begin
readln(a);
b := inttostr(a);
writeln(length(b));
end.
Вас заинтересует
8 лет назад