Răspuns:
#include <iostream>
using namespace std;
int a,b;
int main()
{
cin>>a>>b;
if(a==b-1)cout<<"DA";
else cout<<"NU";
return 0;
}
Explicație: