#include <stdio.h>#include <stdlib.h> main(){ long double x = 561.308; printf("%Lf",x);}
Standard input is empty
561.308000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!