let ary=readLine()!.split{$0==" "}.map{Int(String($0))!} let b=ary[0] let c=ary[1] print(b==c ? "Yes" : "No")