/ OPS / 题库 /

A+B=C

A+B=C

#描述#
Input c,Output a and b in that rules:
1)a + b = c,2) b>=a && b-a is minimum.

#格式#
##输入格式##
Each line is a signed 32bit integer c.

##输出格式##
Output just one pair of signed 32bit integers a and b.

#样例1#
##样例输入1##

17
10

##样例输出1##

8 9
5 5

#限制#
1000ms
32768KB

#提示#

#来源#
moonlight

信息

ID
1482
难度
9
分类
category1 点击显示
标签
递交数
3
已通过
1
通过率
33%
上传者