CSES - Aalto Competitive Programming 2024 - wk8 - Mon - a times b
  • Time limit: 1.00 s
  • Memory limit: 512 MB

You are given two numbers aa and bb in base 10. Calculate a×b.a \times b.

Input

The first line contains a single integer aa. The second line contains a single integer bb.

Output

Print a×ba \times b in base 10 with no leading zeros.

Constraints

  • 1a,b101051 \leq a, b \leq 10^{10^5}

Example 1

Input:

7
191

Output:

1337

Example 2

Input:

9641697369926504411
425970950212942028697061039529593907438336514

Output:

4107082990333217112168128101740006210847052817050776156723363254