#include <iostream> int main() { if (-1) std::cout << "-1 is True"; if (0) std::cout << "0 is True"; return 0;}
Standard input is empty
-1 is True
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!