Run ID:121029

提交时间:2025-06-06 16:52:59

a,b = input() a,b = int(a),int(b) if a*b==a+b: print("Yes") else: print("No")