Question

Write a function to find Lowest Common Multiple (LCM) of two numbers?

Login to Submit

Examples

Input: 4, 6
Output: 12

Input: 10, 25
Output: 50