3057 高精度乘法


Submit solution

Points: 10
Time limit: 2.0s
Memory limit: 256K

Problem types
Allowed languages
C, C++, Java, Python

描述

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

格式

样例1

样例输入1

99
101

样例输出1

9999

限制

各个测试点1s


Comments

There are no comments at the moment.