fork download
  1. #include <iostream>
  2.  
  3. int main(int argc, char* argv[]) {
  4. int x = 9;
  5. std::cout << !x << std::endl;
  6. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
0