Score : $100$ points
Compute $A \times B$.
Input is given from Standard Input in the following format:
$A$ $B$
Print the value $A \times B$ as an integer.
2 5
10
We have $2 \times 5 = 10$.
100 100
10000