100 #ABC232A. [ABC232A] QQ solver

[ABC232A] QQ solver

Score : 100100 points

Problem Statement

You are given a 33-character string SS, which is a concatenation of integers aa and bb between 11 and 99 (inclusive) and the character x in this order: axb.

Find the product of aa and bb.

Constraints

  • The length of SS is 33.
  • The 11-st and 33-rd characters are digits between 11 and 99 (inclusive).
  • The 22-nd character is x.

Input

Input is given from Standard Input in the following format:

SS

Output

Print the answer.

3x7
21

We have 3×7=213 \times 7 = 21, which should be printed.

9x9
81
1x1
1