#991. python-数学运算-输入两个整数(如:252和315),求其的最大公约数

python-数学运算-输入两个整数(如:252和315),求其的最大公约数

Background

Description

python-数学运算-输入两个整数(如:252和315),求其的最大公约数

Format

Input

Output

Samples

252
315
63
100
70
10
120
360
120

Limitation

1s, 1024KiB for each test case.