Product on a short number
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 122.174 megabytes
Find the product of two integers a and b.
Input
Two integers a and b (0 ≤ a ≤ 10^100
, 0 ≤ b ≤ 9), each on a separate line.
Output
Print the product of a and b.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 55%