eolymp
bolt
Try our new interface for solving problems
Problems

Product on a short number

Product on a short number

Find the product of two integers a and b.

Input

Two integers a and b (0a10100, 0b9), each on a separate line.

Output

Print the product of a and b.

Time limit 1 second
Memory limit 122.17 MiB
Input example #1
3
5
Output example #1
15