#include #include int main() { int a=0xff; int b = 0xaa000; int c , d; c = 0x1 << 3; d = 0x1 << 2; d |= 0x1 << 12; std::cout<