Problem1040-- V1040 高精度乘法

1040: V1040 高精度乘法

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 2  Solved: 1
[Status] [Submit] [Creator:]

Description

高精度乘法
输入:两行,每行表示一个非负整数(不超过10000位)
输出:两数的乘积。

Sample Input Copy

99
101

Sample Output Copy

9999

Source/Category