#1807. A*B问题
A*B问题
Explanation
Enter two positive integers, and , and find the value of . Pay attention to the range of products and the selection of data types.
Input format
One line, containing two positive integers and separated by a single space. 。
Output format
The product of two integers.
Example
3 4
12