fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <math.h>
  4. #define EPS 1e-6
  5. int main(void)
  6. {
  7. float a, b, c, disc, p, q;
  8. printf("%f\n",EPS);
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
0.000001