bit_0
parent
963dbd04e0
commit
00b2bb30c2
@ -0,0 +1,9 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
int x, y;
|
||||||
|
scanf("%x %x", &x, &y);
|
||||||
|
|
||||||
|
//printf("%x\n", x^y);
|
||||||
|
return x^y;
|
||||||
|
}
|
Reference in New Issue