#include <iostream> int main(){ bool a = 2; bool b = 6; std::cout << (int)a << (int)b << (a ^ b) << std::endl;}
Standard input is empty
110
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!