RedCapeFlyingCat gives you two numbers and wants you to output their product.
Given two non-negative integers and , print a * b = followed by the value of .
Two lines:
Constraint:
One line in the exact format:
a * b = <value>
where <value> is a * b.