100 #ABC169A. [ABC169A] Multiplication 1

[ABC169A] Multiplication 1

Score : 100100 points

Problem Statement

Compute A×BA \times B.

Constraints

  • 1A1001 \leq A \leq 100
  • 1B1001 \leq B \leq 100
  • All values in input are integers.

Input

Input is given from Standard Input in the following format:

AA BB

Output

Print the value A×BA \times B as an integer.

2 5
10

We have 2×5=102 \times 5 = 10.

100 100
10000