Competitions
PP2. Week 8: April 26 - May 2
Product of two integers
Find the product of two integers.
Input
Two integers a and b (a, b ≤ 109
).
Output
Print the product of two integers.
Input example #1
3 7
Output example #1
21
Find the product of two integers.
Two integers a and b (a, b ≤ 109
).
Print the product of two integers.
3 7
21