Ответ:
x=float(input())
y=float(input())
k=0
if y>=x and (2-x*x)>=y:
print('YES')
else:
print('NO')
Объяснение:
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
x=float(input())
y=float(input())
k=0
if y>=x and (2-x*x)>=y:
print('YES')
else:
print('NO')
Объяснение: