#1431. 三个数的公约数,输入3个数求其所有公约数并打印

三个数的公约数,输入3个数求其所有公约数并打印

Background

Description

三个数的公约数,输入3个数求其所有公约数并打印

Format

Input

Output

Samples

50
80
360
2
5
10
5040
26880
12000
2
3
4
5
6
8
10
12
15
16
20
24
30
40
48
60
80
120
240

Limitation

1s, 1024KiB for each test case.