package main import . "fmt" func main() { var x,y int Scan(&x,&y) if x==y { Println("Yes") } else { Println("No") } }