You are given two binary numbers represented as strings and . Your task is to calculate the product of these two binary numbers and output the result in binary form.
Input
The first line contains the first binary string ().
The second line contains the second binary string ().
Output
Output a single string representing the product of and in binary form.