10812 - Beat the Spread!

Problem Link

import java.util.*;
public class uva10812 {
public static void main(String [] args) {
Scanner scn = new Scanner(System.in);
int n = scn.nextInt();
for(int x=0;x<n;x++) {
int z = scn.nextInt();
int y = scn.nextInt();
if((z+y)%2==0 &&(z-y)%2==0) {
if(z < y)
System.out.println("impossible");
else {
int a = (z+y)/2;
int b = a-y;
System.out.println(a +" " +b);
}
}
else
System.out.println("impossible");
}
}
}

Share this

Related Posts

:)
:(
hihi
:-)
:D
=D
:-d
;(
;-(
@-)
:P
:o
:>)
(o)
:p
:-?
(p)
:-s
(m)
8-)
:-t
:-b
b-(
:-#
=p~
$-)
(y)
(f)
x-)
(k)
(h)
cheer