eolymp
bolt
Try our new interface for solving problems
Problems

Product of two integers

Product of two integers

Find the product of two integers.

Input

Two integers a and b (a, b109).

Output

Print the product of two integers.

Time limit 1 second
Memory limit 128 MiB
Input example #1
3 7
Output example #1
21
Source "ABC programming"