Compute A*B.
For each case a line, there will be two positive integers A and B < 10^100.
For each case a line, output the answer A*B.
Compute how many carries occur when calculating A + B.
For each case a line, there will be two positive integers A and B < 10100.
For each case a line, output how many times carries occur.