Question
Easiest Product
You are given two positive integers KaTeX can only parse string typed expression and KaTeX can only parse string typed expression. Your task is to compute the product of their Least Common Multiple (LCM) and Greatest Common Divisor (GCD).

Note:

The Greatest Common Divisor (GCD) of two numbers is the largest integer that divides both numbers without leaving a remainder.

The Least Common Multiple (LCM) of two numbers is the smallest positive integer that is divisible by both numbers.

Input
The first line contains two integers KaTeX can only parse string typed expression and KaTeX can only parse string typed expression.
Output
Print a single integer — the product of KaTeX can only parse string typed expression and KaTeX can only parse string typed expression.
Example
Input
12 15

Output
180

Explanation
KaTeX can only parse string typed expression
KaTeX can only parse string typed expression
Product = KaTeX can only parse string typed expression

Online