k=int(input())
for i in range(k):
a,b,c=[int(j)for j in input().split()]
if abs(a-c)==abs(b-c):
print("Both")
elif abs(a-c)<abs(b-c):
print("Police1")
else:
print("Police2")
Hi friends....
In this blog I'm going to give answer for daily test skillrack program, daily challenges and kick start programs and give some coding techniques.
It'll be helpful for u sure and make it usefull
Learn More →
0 Comments