fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. double a = 1e-20;
  5. double b = 1e-5;
  6. double c = a + b;
  7. printf("%.25f\n", c);
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 1720KB
stdin
1
2
10
42
11
stdout
0.0000100000000000000109824