#include main() { printf("The value is %i\n", ~(1 << 1)); return 0; }