{"raw_statement":[{"iden":"problem statement","content":"You are given an integer $N$ between $1$ and $9$, inclusive, as input.\nConcatenate $N$ copies of the digit $N$ and print the resulting string."},{"iden":"constraints","content":"*   $N$ is an integer between $1$ and $9$, inclusive."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"3"},{"iden":"sample output 1","content":"333\n\nConcatenate three copies of the digit $3$ to yield the string `333`."},{"iden":"sample input 2","content":"9"},{"iden":"sample output 2","content":"999999999"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}