1754 - [Usaco2005 qua]Bull Math

Bulls are so much better at math than the cows. They can multiply huge integers together and get perfectly precise answers ... or so they say. Farmer John wonders if their answers are correct. Help him check the bulls' answers. Read in two positive integers (no more than 40 digits each) and compute their product. Output it as a normal number (with no extra leading zeros). FJ asks that you do this yourself; don't use a special library function for the multiplication. 输入两个数,输出其乘积

Input

  • Lines 1..2: Each line contains a single decimal number.

Output

  • Line 1: The exact product of the two input lines

Examples

Input

11111111111111
1111111111

Output

12345679011110987654321
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题