[Login|Register]
Problems

Status

Rank

Problem 1309
最小公倍数
Time Limit: 1000ms
Memory Limit: 65536kb
Description
给定两个正整数,计算这两个数的最小公倍数。
Input
输入包含多组测试数据,每组只有一行,包括两个不大于1000的正整数.
Output
对于每个测试用例,给出这两个数的最小公倍数,每个实例输出一行。
Sample Input
10 14
2 5
Sample Output
70
10
Hint
用最大公约数求最小公倍数可不可以呢。
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 0.8ms with 1 query(s).