最小公倍数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
求两个整数 和 的最小公倍数。
输入格式
输入一行,包括两个整数。
输出格式
输出只有一行(这意味着末尾有一个回车符号),包括 个整数。
45 60
180
数据范围
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
求两个整数 M 和 N 的最小公倍数。
输入一行,包括两个整数。
输出只有一行(这意味着末尾有一个回车符号),包括 1 个整数。
45 60
180
1≤n,m≤50
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。