JULKA - Julka


Julka surprised her teacher at preschool by solving the following riddle:

Klaudia and Natalia have 10 apples together, but Klaudia has two apples more than Natalia. How many apples does each of he girls have?

Julka said without thinking: Klaudia has 6 apples and Natalia 4 apples. The teacher tried to check if Julka's answer wasn't accidental and repeated the riddle every time increasing the numbers. Every time Julka answered correctly. The surprised teacher wanted to continue questioning Julka, but with big numbers she could't solve the riddle fast enough herself. Help the teacher and write a program which will give her the right answers.

Task

Write a program which

  • reads from standard input the number of apples the girls have together and how many more apples Klaudia has,
  • counts the number of apples belonging to Klaudia and the number of apples belonging to Natalia,
  • writes the outcome to standard output

Input

Ten test cases (given one under another, you have to process all!). Every test case consists of two lines. The first line says how many apples both girls have together. The second line says how many more apples Klaudia has. Both numbers are positive integers. It is known that both girls have no more than 10100 (1 and 100 zeros) apples together. As you can see apples can be very small.

Output

For every test case your program should output two lines. The first line should contain the number of apples belonging to Klaudia. The second line should contain the number of apples belonging to Natalia.

Example

Input:
10
2
[and 9 test cases more]

Output:
6
4
[and 9 test cases more]


hide comments
Rahul Kathuria: 2017-05-21 14:03:04

@shauryauppal but still not AC?

newbie_127: 2017-05-15 13:10:36

5 Lines using boost multiprecision

viratian_070: 2017-05-13 20:01:14

AC after about 10 WA!!

viratian_070: 2017-05-13 18:56:12

what should be the output for
97
0

hariram3: 2017-05-10 12:59:35

can it really be solved in seven lines of code why do some people make the program very complicated ?
Shivam pls do explain me

Last edit: 2017-05-10 13:00:33
shivam1234: 2017-03-26 18:03:23

thnks to java..did it in 5 lines of code.

arthur1991: 2017-03-20 17:43:12

i love qianqian

arthur1991: 2017-03-20 17:43:00

i love qianqian

shreeshiv: 2017-03-09 14:46:10

Both (either sum or diff. ) must odd or even.

shauryauppal: 2017-03-04 14:30:05

These test cases really helped me alot after WA
0 0
2003 65
1000 998
9999999 99
5555 5555
16 8


Added by:Adam Dzedzej
Date:2004-06-08
Time limit:2s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: NODEJS PERL6 VB.NET
Resource:Internet Contest Pogromcy Algorytmow (Algorithm Tamers)
Round II, 2003