Product
Hard
Execution time limit is 2 seconds
Runtime memory usage limit is 256 megabytes
Required to find the product of two integers.
Input
In each of the two lines of the input file contains an integer that consists of no more than digits.
Output
The output file output a single integer - the product of these numbers.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 9%