fork(2) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <unistd.h>
  4.  
  5.  
  6. void main(int argc, char **argv) {
  7. float b = strtod("nan",0);
  8. if(b > 3.141593);
  9. else if(b < 3.141593);
  10. else printf("%f", b);
  11. return 0;
  12. }
  13.  
Runtime error #stdin #stdout 0s 2112KB
stdin
Standard input is empty
stdout
nan