XOR profit problem

i cannot understand what this question is saying. Did this
#include
using namespace std;
int main () {
int x,y;
cin>>x>>y;
int a=x^y;
cout<<a<<endl;
return 0;
}

hello @saxena.anukrati15
u are given two numbers x and y.
and you can select any two numbers from the range [x,y] such that there xor is maximum .
u need to print that xor value.

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.