#include int main() { int n = 1 << 20 | 1 << 10; printf("%x %x\n", n, n ^ n >> 1); return 0; }