Problem2334--约数和倍数

2334: 约数和倍数

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

Description

Input

输入两个数a和b(-1000<=a,b<=1000)。

Output

输出最大公约数和最小公倍数。
若输入不合法输出"input error!!!"(不输出引号)

Sample Input Copy

2 4

Sample Output Copy

2 4

Source/Category

admin