t = 10
while t :
t -= 1
x = int( raw_input( ) )
y = int( raw_input( ) )
z = ( x + y ) / 2
print z
z = x - z
print z
Arpit's Newsletter read by 15000+ engineers
🔥 Thrice a week, in your inbox, an essay about system design, distributed systems, microservices, programming languages internals, or a deep dive on some super-clever algorithm, or just a few tips on building highly scalable distributed systems.