#include <iostream>using namespace std; int main() { bool test = true; printf("test = %d\n", test); printf("test = %d\n\n", !test); return 0;}
Standard input is empty
test = 1 test = 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!