{"raw_statement":[{"iden":"statement","content":"Welcome to the CodeRams Contest #8, and thanks for participating!\n\nWe like to make contests with themes that tie together all of the problems. For this contest, the problems are all based on songs by the German band Kraftwerk. We'll provide links to each of the songs in each corresponding problem. We recommend that you listen to each song while you are solving each problem. (You're allowed to view the provided links, despite them requiring use of the internet.)\n\nThe Robots (the song corresponding to this problem)\n\nFor this first problem, you want to train your robot army to print out a given string of text three times.\n\nThe only line contains a single line of input, consisting of any ascii characters.\n\nPrint the line of text given in the input three times, with each one separated by a new line.\n\n"},{"iden":"input","content":"The only line contains a single line of input, consisting of any ascii characters."},{"iden":"output","content":"Print the line of text given in the input three times, with each one separated by a new line."}],"translated_statement":null,"sample_group":[],"show_order":[],"formal_statement":"**Definitions**  \nLet $ s \\in \\mathcal{A}^* $ be the input string, where $ \\mathcal{A} $ is the ASCII character set.\n\n**Objective**  \nOutput the string $ s $ repeated three times, each on a separate line:  \n$$\ns \\\\\ns \\\\\ns\n$$","simple_statement":"Print the input line three times, each on a new line.","has_page_source":false}