Long product
Medium
Execution time limit is 1 second
Runtime memory usage limit is 122.174 megabytes
Given nonnegative integers m and n. Find their product.
Input
The first line contains the number m, the second n (0 ≤ m, n ≤ 10^2500
).
Output
Print the product of two numbers.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 47%