Calculate LCM.

0

0 votes
Easy
Problem

Given Two numbers A and B. Calculate the Least Common Multiple(LCM) of these numbers.

Input:

The numbers A and B.

Output:

The LCM.

Constraints:

1≤ A, B ≤109

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?