Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
GCD (最大公約数)
Module:
GCD (最大公約数)
Problem
4
/10
NOC (C++)
Problem
2 つの自然数の最小公倍数 (LCM) を求めます。
入力
入力は、10
9
を超えず、スペース 1 つで区切られた 2 つの自然数です。
出力
2 つの数値の最小公倍数を出力します。
不足しているコードをプログラムに貼り付けます。
例
<頭>
#
入力
出力
<本体>
1
16 20
80
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary