import std.stdio; import std.string; void main(){ write("Név: "); string nev = chomp(readln()); writeln("A beírt szöveg hossza: ", nev.length); }