fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. long double a = 5.2l;
  5. printf("%Lf", a);
  6. return 0;
  7. }
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
5.200000