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
mis94: 2015-09-27 22:23:15

Plz can anyone help me
code: <snip>
what causes runtime error here, I've tried many test cases

Last edit: 2022-07-04 23:36:15
Dushyant Singh: 2015-09-23 17:08:51

@ senshiya - We have to do it using character array of size 102 or greater.

senshiya: 2015-09-23 14:10:57

can anyone tell me how to solve it in c++ with such a large input 10^100 ......plz
thnk u @dushyant....

Last edit: 2015-10-04 08:21:04
kejriwal: 2015-09-20 13:34:16

nice one..doing in c/c++ teaches you a lot !!

bunnycoder: 2015-09-20 08:41:08

solved the question after 6 WA a must do question
Take care of following things:
1..There are 10 test cases.
2. Check program for input like:
0 0
2003 65
1000 998
9999999 99
5555 5555
16 8
Output:
0 0
1034 969
999 1
5000049 4999950
5555 0
12 4

Hemant Singh: 2015-09-17 19:34:40

<snip>
Please what's the problem why wrong answer

Last edit: 2022-07-04 23:35:45
autor12: 2015-09-13 12:57:44

ok ok

codeonfire: 2015-09-12 22:20:23

What should the program output in an impossible scenario? For instance 5 total with 2 difference.

satya_jha123: 2015-09-03 22:03:38

was not in touch with java 6 compilation error finally ac. julka is really pulka.less logic more language knowledge

thirupathireddy: 2015-09-03 19:06:06

julka .............is pulka.............


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