1273: 整数乘法算式

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:724 Solved:19

Description

 输入两个整数,以算式的形式输出它们的相乘过程。

Input

两个整数,在一行输入,只回车一次。

Output

一行输出。

Sample Input Copy

9  4

Sample Output Copy

9*4=36

Source/Category