Problem C: 高精度乘法运算
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:109
Solved:45
Description
给定 a,b 两个非负的整数 (ab≤102500)。要求你编写一个高精度减乘法的程序,输出这两个数的乘积。
Input
输入分两行,分别为 a与b。a,b≤102500
Output
输出一个非负整数数,表示乘积。
Sample Input Copy
98765
3344
Sample Output Copy
330270160
HINT
a,b =< 102500