#2077. 高精度乘法
高精度乘法
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