z=int(input())
d,l1=[],[]
for i in range(z):
x,y=map(int,input().split())
d.append(x)
ll.append(y)
for i in range(z):
if l1[i]==(d[i]/4)*(d[i]/4):
print("Square")
else:
print("Rectangle")
z=int(input())
d,l1=[],[]
for i in range(z):
x,y=map(int,input().split())
d.append(x)
ll.append(y)
for i in range(z):
if l1[i]==(d[i]/4)*(d[i]/4):
print("Square")
else:
print("Rectangle")
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