object Main extends App{ println((1 to io.StdIn.readInt).map(i=>i%10+"").reduce(_+_).repeat(2)) }