fork download
  1. #include <cstdlib>
  2. #include <iostream>
  3.  
  4. int main()
  5. {
  6. std::cout << NULL << std::endl;
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
0