import std.stdio, std.range, std.string; void main(){ auto s = readln.split; writeln(s[1], " ", s[0]); }