import std.stdio; void main(){ string s = readln; write(s); for(int i=0;i<16;i++)write(0); }