题目描述
输入一个高精整数和单精整数,计算他们的乘积
Input
第一行一个整数<=1000
第二行一个整数<=1E100
Output
高精整数乘单精整数的积
Sample Input
5
100
Sample Output
500
样例输入 复制
样例输出 复制