#P1004. Easy LCM——简单公倍数
Easy LCM——简单公倍数
Statement
Given a positive integer , output the least common multiple (positive integer) of and .
Input
Input a single integer on one line, where .
Output
Output an integer representing the least common multiple of and .
Samples
7
14
114514
114514
Notes
, and each edge length is input with no more than decimal places.