eolymp
bolt
Try our new interface for solving problems
Problems

Product of two integers

Product of two integers

Time limit 1 second
Memory limit 128 MiB

Find the product of two integers.

Input data

Two integers a and b (a, b10^9).

Output data

Print the product of two integers.

Examples

Input example #1
3 7
Output example #1
21
Source "ABC programming"