fork(3) download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. double x;
  6. std::cout << x/x;
  7. }
  8.  
Success #stdin #stdout 0s 3460KB
stdin
Standard input is empty
stdout
-nan