fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. long double d = 400000000000000000000.0L;
  5. printf("%Lf\n",d);
  6. printf("%Lf\n",d+1);
  7. }
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
400000000000000000000.000000
400000000000000000000.000000