提交时间:2025-03-21 20:03:30

运行 ID: 313398

x,y=map(int,input().split()) if x>=-1 and x<=1 and y>=-1 and y<=1: print("yes") else: print("no")