fork download
  1. int flags = 0xB2;
  2. int mask;
  3. mask=0x40;
  4. flags = flags | mask;
  5. cout<<flags;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:1: error: 'mask' does not name a type
prog.cpp:4:1: error: 'flags' does not name a type
prog.cpp:5:1: error: 'cout' does not name a type
stdout
Standard output is empty