import std.stdio; void main() { int b,c; readf("%d %d",&b,&c); if(b==c){ writef("Yes\n"); }else{ writef("No\n"); } }