#791. C++-循环while-输入两个任意自然数,求他们的最大公约数
C++-循环while-输入两个任意自然数,求他们的最大公约数
Background
Description
输入两个任意自然数m和n(皆正整数,1<=m<=100000000,1<=n<=100000000),求他们的最大公约数
Format
Input
Output
Samples
60
36
12
57
81
3
121
33
11
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following contests:
In following homework: