100 atcoder#ABC152B. [ABC152B] Comparing Strings
[ABC152B] Comparing Strings
Score : points
Problem Statement
Given are -digit positive integers and . Consider these two strings: the concatenation of copies of the digit , and the concatenation of copies of the digit . Which of these is lexicographically smaller?
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the lexicographically smaller of the two strings. (If the two strings are equal, print one of them.)
4 3
3333
We have two strings 444
and 3333
. Between them, 3333
is the lexicographically smaller.
7 7
7777777