#include int main() { int x, y; scanf("%x %x", &x, &y); //printf("%x\n", x^y); return x^y; }