fork(14) download
  1. #include<stdio.h>
  2. main()
  3. {
  4. double x=1.0/0.0;
  5. printf("%d",x==x+2);
  6. }
  7.  
Runtime error #stdin #stdout 0.02s 1676KB
stdin
Standard input is empty
stdout
1