[UVA] 10298 - Power Strings
Problem D: Power Strings
Given two strings a and b we define a*b to be
their concatenation. For example, if a = "abc" and b = "def"
then a*b = "abcdef". If we think of concatenation as multiplication,
exponentiation by a non-negative integer is defined in the normal way:
a...