fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. bool f = false;
  6. bool g ;
  7. g != f;
  8. cout << g;
  9. return 0;
  10. }
Success #stdin #stdout 0s 4552KB
stdin
Standard input is empty
stdout
Standard output is empty