fork(2) download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. double a = 10000000000000000.0;
  5. double b = a - 10000000000000000.0;
  6. printf("%f\n%f", a, b);
  7. }
Runtime error #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
10000000000000000.000000
0.000000