{"raw_statement":[{"iden":"problem statement","content":"Given are $1$\\-digit positive integers $a$ and $b$. Consider these two strings: the concatenation of $b$ copies of the digit $a$, and the concatenation of $a$ copies of the digit $b$. Which of these is lexicographically smaller?"},{"iden":"constraints","content":"*   $1 \\leq a \\leq 9$\n*   $1 \\leq b \\leq 9$\n*   $a$ and $b$ are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$a$ $b$"},{"iden":"sample input 1","content":"4 3"},{"iden":"sample output 1","content":"3333\n\nWe have two strings `444` and `3333`. Between them, `3333` is the lexicographically smaller."},{"iden":"sample input 2","content":"7 7"},{"iden":"sample output 2","content":"7777777"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}