Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算術
GCD(最大公约数)
Module:
GCD(最大公约数)
Problem
2
/10
长gcd
Problem
给出了两个数字。找出它们的最大公约数。
输入数据
输入两个不超过10
9
的自然数。
印记
输出输入数字的GCD。
例子
<头>
<日>#日>
输入
输出
东西> <正文>
1
42 12
6
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary