Given and , calculate .
Input Specification
The first line will contain two integers, .
Output Specification
On the first line, print the product of .
Scoring
Let represent the number of characters in your solution.
If is less than characters, your score will be .
Otherwise, your score will be .
Sample Input
12 3
Sample Output
36
Comments