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