| # | Problem | Pass Rate (passed user / total user) |
|---|---|---|
| 14987 | RedCapeFlyingCat's Multiplication |
|
Description
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 .
Input
Two lines:
- Line 1:
- Line 2:
Constraint:
Output
One line in the exact format:
a * b = <value>
where <value> is a * b.