输入两个高精正整数,计算他们的乘积
Input
第一行一个整数<=1E100 第二行一个整数<=1E100
Output
两位高精整数的积
Sample Input
10000000000 10000000000
Sample Output
100000000000000000000