import std.stdio; import std.string; import std.conv; void main() { writef("1 %s\n", readln.strip); }