Multiplication
Easy
Execution time limit is 1 second
Runtime memory usage limit is 122.174 megabytes
Find the product of two numbers a and b.
Input
Two nonnegative integers a and b (a, b ≤ 10^10000
), each on a separate line.
Output
Print one number that equals to product of a and b.
Examples
Input #1
Answer #1
Submissions 14K
Acceptance rate 27%