Competitions
Week 1 Introduction Part 1
Product of two integers
Find the product of two integers.
Input data
Two integers a and b (a, b ≤ 10^9
).
Output data
Print the product of two integers.
Examples
Input example #1
3 7
Output example #1
21