Archived
1
0
Fork 0
This repository has been archived on 2022-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
mipt_clang/data/bit_0.c
nihonium e51ace3271 rwx
2022-02-21 16:33:00 +03:00

8 lines
85 B
C

#include <stdio.h>
int main() {
int x, y;
scanf("%x %x", &x, &y);
return x^y;
}