fork(1) download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. main()
  5. {
  6. long double x = 561.308;
  7. printf("%Lf",x);
  8. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
561.308000