Another A+B

Time Limit : 1 Second

Memory Limit : 128 MB

Special Judge

Submission: 5342

Solved: 2080

Description
Give you an integer a, you are to find two another integers which sum is a.
Input
Multiply Cases.
For each line, there is an Integer a.
Output
For each test case, you should two Integers b and c, and b+c=a in each line.
sample input
10
11
sample output
1 9
3 8
hint
source
© 2015 HUST ACMICPC TEAM. All Right Reserved.