import math import sequtils import strutils import strformat let b_c = stdin.readLine().split(" ") if b_c[0] == b_c[1]: echo("Yes") else: echo("No")