#include #define int long long using namespace std; signed main(){ int a,b;cin>>a>>b; for(int x=0;x<1000;x++){ if((a^x)==b){ cout<