A*B

Time limit: 1.5 secMemory limit: 256 MBMath

Problem Statement

Given 2 integers AA and BB. Find their multiplication.

Input Format

0A10100 \leq A \leq 10^{10}, 0B10100 \leq B \leq 10^{10}

Output Format

one number - multiplication of A and B

Examples

Input

2 3

Output

6

Input

23 76

Output

1748

Code Editor

Submit a solution. Authentication is required to create submissions.

Language
Theme
Source code is submitted to the judge for testing.