#2077. 高精度乘法

    ID: 2077 传统题 1000ms 256MiB 尝试: 2 已通过: 2 难度: 6.6 上传者: 标签>第二部分_基础算法_第一章_高精度计算

高精度乘法

Explanation

Input two high-precision positive integers M and N (both M and N are less than 100 bits). Find the product of these two high-precision numbers.

Input format

Input two high-precision positive integers M and N.

Output format

Find the product of these two high-precision numbers.

Example

36
3
108