Problem6750--求二元一次方程组

6750: 求二元一次方程组

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

Description

有二元一次方程组
x + y = m
x * y = n
其中x,y,m,n是正整数
且x <= y
已知m,n,求x与y

Input

m与n

Output

x与y

Sample 1 Input

101 100

Sample 1 Output

1 100

Source/Category

枚举