Ответ:
x,y = map(int,input().split())
if x < 0 and y < 0:
print('YES')
else:
print('NO')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
x,y = map(int,input().split())
if x < 0 and y < 0:
print('YES')
else:
print('NO')