#include using namespace std; int main(){ int boy,girl; cin>>boy>>girl; boy++; if(boy==girl){ cout<<"YES"; }else{ cout<<"NO"; } cout<girl){ cout<