#1807. A*B问题

A*B问题

Explanation

Enter two positive integers, AA and BB , and find the value of A timesBA \ times B . Pay attention to the range of products and the selection of data types.

Input format

One line, containing two positive integers AA and BB separated by a single space. 1A,B500001\le A,B\le 50000

Output format

The product of two integers.

Example

3 4
12