Problem2588--函数嵌套

2588: 函数嵌套

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入两个整数a和b,求两个整数的最大公约数和最小公倍数。

Sample Input Copy

24
36

Sample Output Copy

12
72

Source/Category

函数