fork download
  1. #include<stdio.h>
  2. int main(void)
  3. {
  4. long double b=10.3;
  5. printf ("%Lf",b);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
10.300000