0
点赞
收藏
分享

微信扫一扫

Least Common Multiple(翻译)

外贸达人小峻先森 2022-01-26 阅读 56
c++

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。

举报

相关推荐

0 条评论