eolymp
bolt
Try our new interface for solving problems
Problems

LCM of two integers

LCM of two integers

Find the LCM (least common multiple) of two positive integers. \InputFile Two positive integers $a$ and $b\:(a, b \le 2 \cdot 10^9)$. \OutputFile Print the LCM of numbers $a$ and $b$.
Time limit 1 second
Memory limit 128 MiB
Input example #1
42 24
Output example #1
168