On the first line, print a way to turn s into t as the string formed by concatenating the output characters of the operations in the order they are applied. Only a way with the minimum number of operations counts as an answer. If s and t are equal, print 0. If s cannot be turned into t, print -1.
If several ways use the minimum number of operations, print the lexicographically smallest one. In ASCII order the operation characters are *, +, -, /.