x, y = list(map(int, input().split()))
if ((x <= 0) and (y >= 0) and (x ** 2 + y ** 2 < 9)) or ((-3 <= x <= 0) and (-7 <= y <= 0)):
print("Точка лежит в диапазоне")
else:
print("Точка не лежит в диапазоне")
if ((x <= 0) and (y <= 0) and (x ** 2 + y ** 2 < 10)) or ((-3 <= x <= 0) and (0 <= y <= 7)):
x, y = list(map(int, input().split()))
if ((x <= 0) and (y >= 0) and (x ** 2 + y ** 2 < 9)) or ((-3 <= x <= 0) and (-7 <= y <= 0)):
print("Точка лежит в диапазоне")
else:
print("Точка не лежит в диапазоне")
x, y = list(map(int, input().split()))
if ((x <= 0) and (y <= 0) and (x ** 2 + y ** 2 < 10)) or ((-3 <= x <= 0) and (0 <= y <= 7)):
print("Точка лежит в диапазоне")
else:
print("Точка не лежит в диапазоне")