import std.stdio; void main(){ string s = readln; write(s); }