import std.stdio; import std.conv; void main(string[] args) { int l = to!int(args[1]); writeln("%d", l); }