2357: 高精度乘以高精度数
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:87
Solved:33
Description
输入两个位数均不超过 $100$ 位的高精度数 $a1$ 和 $a2$,编写程序输出两个高精度数的乘积 $a$。
Input
输入微两行,为两个高精度数 $a1$ 和 $a2$;
Output
输出上述结果。
Sample Input Copy
253
67
Sample Output Copy
16951