bit_0
This commit is contained in:
parent
963dbd04e0
commit
00b2bb30c2
1 changed files with 9 additions and 0 deletions
9
data/bit_0.c
Normal file
9
data/bit_0.c
Normal file
|
@ -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 a new issue