http://noi.openjudge.cn/english/09/
描述
Given A and B. Find the least positive M which is a common multiple of both A and B.
输入
Two positive integers A and B (A,B <= 10000).
输出
One integer M.
最小公倍数
描述:
给定A和B,找到A,B的最小公倍数M。
输入:
两个正整数A,B(A,B小于等于10000)
输出:
一个整数M。