#T234. 大整数乘法

大整数乘法

Description

Find the product of two non-negative integers, each with no more than 200 digits.

Input Format

There are two lines, each containing a non-negative integer with no more than 200 digits. There are no extra leading zeros.

Output Format

A single line containing the result of the multiplication. The result must not have any extra leading zeros. For example, if the result is 342, it should not be output as 0342.

12345678900
98765432100


1219326311126352690000