LCM of two integers
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the LCM (least common multiple) of two positive integers.
Input
Two positive integers and .
Output
Print the LCM of numbers and .
Examples
Input #1
Answer #1
Submissions 17K
Acceptance rate 38%