A Task for a Second Grader
Medium
Execution time limit is 2 seconds
Runtime memory usage limit is 256 megabytes
You are provided with two numbers.
Your task is to calculate and output their product.
Input
The input consists of two lines, each containing one integer. The length of each integer does not exceed 250,000 characters.
Output
Print the product of the two given numbers.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 17%